JS.Context – javascriptcoregtk-4.0 Reference Manual
Context
Object Hierarchy:
JS.Context
JS.Context
JS.Context
Description:
[
CCode
( cname =
"const struct OpaqueJSContext"
, free_function =
""
, has_type_id =
false
) ]
[
Compact
]
public
class
Context
All known sub-classes:
GlobalContext
Namespace:
JS
Package:
javascriptcoregtk-4.0
Content:
Methods:
public
bool
check_script_syntax
(
String
script,
String
? source_url =
null
,
int
starting_line_number =
1
,
out
Value
? exception =
null
)
public
void
collect_garbage
()
public
unowned
Value
?
evaluate_script
(
String
script,
Object
? this_object =
null
,
String
? source_url =
null
,
int
starting_line_number =
1
,
out
Value
? exception =
null
)
2022 vala-language.org