Searched defs:func_obj (Results 1 – 7 of 7) sorted by relevance
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
| D | setInterval-js.cpp | 65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
|
| D | setTimeout-js.cpp | 65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
|
| /third_party/jerryscript/jerry-core/vm/ |
| D | vm-utils.c | 62 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/ |
| D | main.cpp | 78 jerry_value_t func_obj; in init_jerry() local
|
| /third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
| D | parse_dynamic.cc | 194 py::object func_obj = parse::python_adapter::GetPyObjAttr(fn_node, parse::NAMED_PRIMITIVE_BODY); in ParseBodyContext() local
|
| /third_party/quickjs/ |
| D | quickjs.c | 639 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/ |
| D | ecma-builtin-typedarray-prototype.c | 2039 ecma_object_t *func_obj = ecma_get_object_from_value (func_value); in ecma_builtin_typedarray_prototype_to_locale_string_helper() local
|