Home
last modified time | relevance | path

Searched defs:func_value (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/targets/particle/source/
H A Dmain.cpp25 set_led (const jerry_value_t func_value, /**< function object */ in set_led() argument
49 js_delay (const jerry_value_t func_value, /**< function object */ in js_delay() argument
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c568 ecma_value_t func_value = *(--frame_ctx_p->stack_top_p); in vm_super_call() local
667 ecma_value_t func_value = *(--frame_ctx_p->stack_top_p); in vm_spread_operation() local
772 ecma_value_t func_value = stack_top_p[-1]; opfunc_call() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c2028 ecma_value_t func_value = ecma_op_object_get_by_magic_id (element_obj_p, in ecma_builtin_typedarray_prototype_to_locale_string_helper() local

Completed in 6 milliseconds