Searched defs:func_obj (Results 1 – 9 of 9) sorted by relevance
51 def is_ms_function(func_obj): argument82 def is_third_party(func_obj): argument
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
1440 auto func_obj = mindspore::pijit::ByteCodeGenerator::GenFunction(func_node); in test_graph_ir_code_gen() local
789 py::object func_obj = python_adapter::GetPyObjAttr(node, "body"); in ParseDefFunction() local