Home
last modified time | relevance | path

Searched defs:js_function (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/tests/unit-ext/module/
Djerry-module-test.c141 handle_clear_require_cache (const jerry_value_t js_function, in handle_clear_require_cache()
157 handle_require (const jerry_value_t js_function, in handle_require()
201 jerry_value_t js_global = 0, js_function = 0, js_property_name = 0; in main() local
/third_party/node/test/js-native-api/test_function/
Dtest_function.c93 napi_value js_function; in finalize_function() local
/third_party/node/deps/v8/src/debug/
Dliveedit.cc836 JSFunction js_function = JSFunction::cast(obj); in Fill() local
1078 for (auto& js_function : data->js_functions) { in PatchScript() local
1119 for (auto& js_function : data->js_functions) { in PatchScript() local
Ddebug-interface.cc105 auto js_function = i::Handle<i::JSFunction>::cast(receiver); in GetFunctionDescription() local
/third_party/node/deps/v8/src/heap/
Dmarking-visitor-inl.h162 Map map, JSFunction js_function) { in VisitJSFunction()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc1448 int entry_index, Handle<WasmJSFunction> js_function) { in ImportWasmJSFunctionIntoTable()
1881 JSFunction js_function = JSFunction::cast(object); in IsWasmExportedFunction() local
1894 JSFunction js_function = JSFunction::cast(object); in IsWasmCapiFunction() local
2062 JSFunction js_function = JSFunction::cast(object); in IsWasmJSFunction() local
Dmodule-instantiate.cc1242 Handle<WasmJSFunction> js_function; in InitializeImportedIndirectFunctionTable() local
/third_party/node/deps/v8/tools/debug_helper/
Dget-object-properties.cc688 TqJSFunction js_function(js_function_ptr); in GetStackFrame() local
/third_party/node/deps/v8/src/compiler/
Djs-create-lowering.cc391 JSFunctionRef js_function = in ReduceJSCreateGeneratorObject() local
Dwasm-compiler.cc423 Node* LoadSharedFunctionInfo(Node* js_function) { in LoadSharedFunctionInfo()
428 Node* LoadContextFromJSFunction(Node* js_function) { in LoadContextFromJSFunction()
434 Node* LoadFunctionDataFromJSFunction(Node* js_function) { in LoadFunctionDataFromJSFunction()
7810 auto js_function = Handle<WasmJSFunction>::cast(callable); in ResolveWasmImportCall() local
/third_party/node/deps/v8/src/api/
Dapi.cc2816 auto js_function = in CreateCodeCacheForFunction() local