Searched defs:func_obj (Results 1 – 6 of 6) sorted by relevance
47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF()65 static inline PyTypeObject* PyCFunction_GET_CLASS(PyObject *func_obj) { in PyCFunction_GET_CLASS()
65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
62 ecma_object_t* func_obj = ecma_get_object_from_value (prev_ctx_p->callee_value); in vm_get_function_name_string() local
78 jerry_value_t func_obj; in init_jerry() local
2039 ecma_object_t *func_obj = ecma_get_object_from_value (func_value); in ecma_builtin_typedarray_prototype_to_locale_string_helper() local