Home
last modified time | relevance | path

Searched defs:func_obj (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DsetInterval-js.cpp65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
DsetTimeout-js.cpp65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c62 ecma_object_t* func_obj = ecma_get_object_from_value (prev_ctx_p->callee_value); in vm_get_function_name_string() local
/third_party/jerryscript/targets/particle/source/
Dmain.cpp78 jerry_value_t func_obj; in init_jerry() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse_dynamic.cc194 py::object func_obj = parse::python_adapter::GetPyObjAttr(fn_node, parse::NAMED_PRIMITIVE_BODY); in ParseBodyContext() local
/third_party/quickjs/
Dquickjs.c639 JSValue func_obj; member
807 JSValue func_obj; /* only used for JS modules */ member
4944 static void js_function_set_properties(JSContext *ctx, JSValueConst func_obj, in js_function_set_properties()
4974 static void js_method_set_home_object(JSContext *ctx, JSValueConst func_obj, in js_method_set_home_object()
5014 static int js_method_set_properties(JSContext *ctx, JSValueConst func_obj, in js_method_set_properties()
5040 JSValue func_obj; in JS_NewCFunction3() local
5108 static JSValue js_c_function_data_call(JSContext *ctx, JSValueConst func_obj, in js_c_function_data_call()
5135 JSValue func_obj; in JS_NewCFunctionData() local
9746 BOOL JS_SetConstructorBit(JSContext *ctx, JSValueConst func_obj, BOOL val) in JS_SetConstructorBit()
15721 static JSValue js_closure2(JSContext *ctx, JSValue func_obj, in js_closure2()
[all …]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c2039 ecma_object_t *func_obj = ecma_get_object_from_value (func_value); in ecma_builtin_typedarray_prototype_to_locale_string_helper() local