Home
last modified time | relevance | path

Searched refs:function_obj_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DsetTimeout-js.cpp35 jerry_value_t result = jerry_set_property_by_index(function_obj_p, id, args[0]); in DECLARE_GLOBAL_FUNCTION()
DsetInterval-js.cpp35 jerry_value_t result = jerry_set_property_by_index(function_obj_p, id, args[0]); in DECLARE_GLOBAL_FUNCTION()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/
Dwrappers.h32 NAME_FOR_GLOBAL_FUNCTION(NAME) (const jerry_value_t function_obj_p, \
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c505 ecma_object_t *function_obj_p; in ecma_op_create_external_function_object() local
506 function_obj_p = ecma_create_object (prototype_obj_p, in ecma_op_create_external_function_object()
516 ecma_extended_object_t *ext_func_obj_p = (ecma_extended_object_t *) function_obj_p; in ecma_op_create_external_function_object()
519 return function_obj_p; in ecma_op_create_external_function_object()