JS.Object – javascriptcoregtk-4.0 Reference Manual
Object
Object Hierarchy:
JS.Object
JS.Object
JS.Object
Description:
[
CCode
( cname =
"struct OpaqueJSValue"
, free_function =
""
, has_type_id =
false
) ]
[
Compact
]
public
class
Object
Namespace:
JS
Package:
javascriptcoregtk-4.0
Content:
Creation methods:
public
Object.make_function
(
Context
ctx,
String
? name,
String
[]? parameter_names,
String
body,
String
? source_url,
int
starting_line_number,
out
Value
? exception)
Methods:
public
Value
call_as_function
(
Context
ctx,
Object
? this_object,
Value
[]? arguments,
out
Value
? exception)
public
Value
get_property
(
Context
ctx,
String
property_name,
out
Value
? exception)
public
bool
has_property
(
Context
ctx,
String
property_name)
2022 vala-language.org