Home
last modified time | relevance | path

Searched defs:js_context (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dcontext.cpp119 GjsContextPrivate* GjsContextPrivate::from_object(GObject* js_context) { in from_object()
125 GjsContextPrivate* GjsContextPrivate::from_object(GjsContext* js_context) { in from_object()
220 gjs_context_init(GjsContext *js_context) in gjs_context_init()
492 GjsContext *js_context = GJS_CONTEXT(object); in gjs_context_constructed() local
1172 gjs_context_get_native_context (GjsContext *js_context) in gjs_context_get_native_context()
1180 gjs_context_eval(GjsContext *js_context, in gjs_context_eval()
1195 bool gjs_context_eval_module(GjsContext* js_context, const char* identifier, in gjs_context_eval_module()
1379 gjs_context_eval_file(GjsContext *js_context, in gjs_context_eval_file()
1397 bool gjs_context_eval_module_file(GjsContext* js_context, const char* filename, in gjs_context_eval_module_file()
1508 gjs_context_define_string_array(GjsContext *js_context, in gjs_context_define_string_array()
[all …]
H A Dconsole.cpp165 int define_argv_and_eval_script(GjsContext* js_context, int argc, in define_argv_and_eval_script()
205 GjsContext *js_context; in main() local
/dports/lang/cjs/cjs-4.8.2/cjs/
H A Dcontext.cpp125 GjsContextPrivate* GjsContextPrivate::from_object(GObject* js_context) { in from_object()
131 GjsContextPrivate* GjsContextPrivate::from_object(GjsContext* js_context) { in from_object()
223 gjs_context_init(GjsContext *js_context) in gjs_context_init()
444 GjsContext *js_context = GJS_CONTEXT(object); in gjs_context_constructed() local
913 gjs_context_get_native_context (GjsContext *js_context) in gjs_context_get_native_context()
921 gjs_context_eval(GjsContext *js_context, in gjs_context_eval()
1009 gjs_context_eval_file(GjsContext *js_context, in gjs_context_eval_file()
1114 gjs_context_define_string_array(GjsContext *js_context, in gjs_context_define_string_array()
H A Dconsole.cpp180 int define_argv_and_eval_script(GjsContext* js_context, int argc, in define_argv_and_eval_script()
208 GjsContext *js_context; in main() local
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Drun-js-test.c52 GjsContext *js_context; in main() local
H A Dshell-global.c65 GjsContext *js_context; member
/dports/mail/horde-imp/imp-6.2.27/lib/Dynamic/
H A DBase.php38 public $js_context = array(); variable in IMP_Dynamic_Base
/dports/x11/cinnamon/cinnamon-4.8.6/src/
H A Drun-js-test.c69 GjsContext *js_context; in main() local
H A Dcinnamon-global-private.h57 GjsContext *js_context; member
/dports/www/epiphany/epiphany-41.0/embed/web-process-extension/
H A Dephy-webextension-api.c83 JSCContext *js_context) in set_up_webextensions()
H A Dephy-web-overview-model.c90 JSCContext *js_context) in ephy_web_overview_model_urls_to_js_value()
427 JSCContext *js_context) in ephy_web_overview_model_export_to_js_context()
/dports/www/epiphany/epiphany-41.0/lib/
H A Dephy-permissions-manager.c450 JSCContext *js_context, in ephy_permissions_manager_export_to_js_context()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/blocks/
H A Dbase.py486 def js_context(self): member in BlockWidget
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dwasm-compiler.cc2964 Node* js_context, in BuildCallToRuntimeWithContext()
3994 Node* js_context = jsgraph()->NoContextConstant(); in BuildAllocateHeapNumberWithValue() local
4157 Node* BuildJavaScriptToNumber(Node* node, Node* js_context) { in BuildJavaScriptToNumber()
4237 Node* FromJS(Node* node, Node* js_context, wasm::ValueType type) { in FromJS()
4322 Node* js_context = graph()->NewNode( in BuildJSToWasmWrapper() local
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dint64-lowering-unittest.cc405 Node* js_context = graph()->NewNode( in TEST_F() local
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dwasm-compiler.cc3581 Node* js_context, in BuildCallToRuntimeWithContext()
6418 void BuildCheckValidRefValue(Node* input, Node* js_context, in BuildCheckValidRefValue()
6441 Node* FromJS(Node* input, Node* js_context, wasm::ValueType type, in FromJS()
6643 Node* BuildCallAndReturn(bool is_import, Node* js_context, in BuildCallAndReturn()
6771 Node* js_context = Param( in BuildJSToWasmWrapper() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dwasm-compiler.cc3499 Node* js_context, in BuildCallToRuntimeWithContext()
6257 void BuildCheckValidRefValue(Node* input, Node* js_context, in BuildCheckValidRefValue()
6280 Node* FromJS(Node* input, Node* js_context, wasm::ValueType type) { in FromJS()
6461 Node* BuildCallAndReturn(bool is_import, Node* js_context, in BuildCallAndReturn()
6597 Node* js_context = graph()->NewNode( in BuildJSToWasmWrapper() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/rust/src/
H A Drust.rs162 let js_context = JS_NewContext(DEFAULT_HEAPSIZE, in new() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/js/rust/src/
H A Drust.rs164 let js_context = JS_NewContext(DEFAULT_HEAPSIZE, JS_GetParentRuntime(PARENT.get())); in new() localVariable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dwasm-compiler.cc3238 Node* js_context, in BuildCallToRuntimeWithContext()
5418 Node* FromJS(Node* input, Node* js_context, wasm::ValueType type) { in FromJS()
5624 Node* js_context = graph()->NewNode( in BuildJSToWasmWrapper() local