Home
last modified time | relevance | path

Searched refs:func_obj (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/targets/particle/source/
H A Dmain.cpp78 jerry_value_t func_obj; in init_jerry() local
81 func_obj = jerry_create_external_function (set_led); in init_jerry()
83 jerry_release_value (jerry_set_property (object, prop_name, func_obj)); in init_jerry()
85 jerry_release_value (func_obj); in init_jerry()
87 func_obj = jerry_create_external_function (js_delay); in init_jerry()
89 jerry_release_value (jerry_set_property (object, prop_name, func_obj)); in init_jerry()
91 jerry_release_value (func_obj); in init_jerry()
/third_party/python/Include/cpython/
H A Dmethodobject.h47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF() argument
48 PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj); in PyCFunction_GET_SELF()
65 static inline PyTypeObject* PyCFunction_GET_CLASS(PyObject *func_obj) { in PyCFunction_GET_CLASS() argument
66 PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj); in PyCFunction_GET_CLASS()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DsetTimeout-js.cpp65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
68 jerry_delete_property_by_index(func_obj, id); in DECLARE_GLOBAL_FUNCTION()
69 jerry_release_value(func_obj); in DECLARE_GLOBAL_FUNCTION()
H A DsetInterval-js.cpp65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
68 jerry_delete_property_by_index(func_obj, id); in DECLARE_GLOBAL_FUNCTION()
69 jerry_release_value(func_obj); in DECLARE_GLOBAL_FUNCTION()
/third_party/jerryscript/jerry-core/vm/
H A 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
63 ecma_object_type_t func_obj_type = ecma_get_object_type (func_obj); in vm_get_function_name_string()
68 ecma_value_t func_name_value = ecma_op_object_get (func_obj, name_prop); in vm_get_function_name_string()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A 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
2040 ecma_value_t call_value = ecma_op_function_call (func_obj, in ecma_builtin_typedarray_prototype_to_locale_string_helper()
2045 ecma_deref_object (func_obj); in ecma_builtin_typedarray_prototype_to_locale_string_helper()

Completed in 4 milliseconds