Home
last modified time | relevance | path

Searched refs:IsFunction (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp63 return (plr.IsFound() && !plr.IsFunction()); in ComputeForClassInstance()
Dnumber_speculative_lowering.cpp544 ASSERT(plr.IsLocal() || plr.IsFunction()); in VisitLoadProperty()
Dtype_mcr_lowering.cpp538 ASSERT(plr.IsLocal() || plr.IsFunction()); in LowerLoadProperty()
Dts_hcr_lowering.cpp679 result = builder_.LoadProperty(receiver, plrGate, plr.IsFunction()); in BuildNamedPropertyAccess()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp95 if (condFuncRef->IsFunction()) { in HandleBreakpoint()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp132 ASSERT_TRUE(property->IsFunction()); in HWTEST_F_L0()
1288 ASSERT_TRUE(res->IsFunction()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h1797 inline bool IsFunction() const in IsFunction() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1724 if (!IsFunction()) { in Call()
1756 if (!IsFunction()) { in Constructor()
3106 bool JSValueRef::IsFunction() in IsFunction() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h422 bool IsFunction();
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1260 if (value->IsFunction()) { in GetLocalVariables()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp359 if (!maybeFuncRef->IsFunction()) { in LoadNativeModule()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp133 if (tagged->IsFunction()) { in FromTagged()