Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp65 return (plr.IsFound() && !plr.IsFunction()); in ComputeForClassInstance()
146 return (plr.IsFound() && !plr.IsFunction()); in ComputeForClassInstance()
Dnumber_speculative_lowering.cpp648 ASSERT(plr.IsLocal() || plr.IsFunction()); in VisitLoadProperty()
999 ASSERT(plr.IsLocal() || plr.IsFunction()); in VisitLoadPropertyOnProto()
Dtyped_bytecode_lowering.cpp729 result = builder_.LoadProperty(holder, plrGate, plr.IsFunction()); in BuildNamedPropertyAccess()
833 GateRef result = builder_.LoadProperty(receiver, plrGate, plr.IsFunction()); in TryLowerTypedLdobjBynameFromGloablBuiltin()
913 GateRef result = builder_.LoadProperty(prototype, plrGate, plr.IsFunction()); in TryLowerTypedLdObjByNameForBuiltinMethod()
Dtype_info_accessors.cpp422 return (plr.IsFound() && !plr.IsFunction()); in GeneratePlr()
Dtyped_hcr_lowering.cpp730 ASSERT(plr.IsLocal() || plr.IsFunction()); in LowerLoadProperty()
2679 ASSERT(plr.IsLocal() || plr.IsFunction()); in LowerMonoLoadPropertyOnProto()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp227 if (condFuncRef->IsFunction()) { in IsBreakpointCondSatisfied()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
Djsvaluereffoundationvalue_fuzzer.cpp118 (void)obj->IsFunction(); in JSValueRefIsFunctionValueFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp200 ASSERT_TRUE(property->IsFunction()); in HWTEST_F_L0()
1650 ASSERT_TRUE(res->IsFunction()); in HWTEST_F_L0()
1652 ASSERT_TRUE(res->IsFunction()); in HWTEST_F_L0()
Djsnapi_sample.cpp1115 if (jsClaFunc->IsFunction()) { in GetClassFunction()
1448 if (jsClaFunc->IsFunction()) { in GetClassFunction()
1554 if (jsClaFunc->IsFunction()) { in GetClassFunction()
1652 if (jsClaFunc->IsFunction()) { in GetClassFunction()
Djsnapi_second_tests.cpp441 ASSERT_TRUE(property->IsFunction()); in HWTEST_F_L0()
Dffi_workload.cpp390 (void)obj->IsFunction(); in HWTEST_F_L0()
393 TEST_TIME(JSValueRef::IsFunction); in HWTEST_F_L0()
407 TEST_TIME(JSValueRef::IsFunction); in HWTEST_F_L0()
6394 ASSERT_TRUE(res->IsFunction()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp437 bool JSValueRef::IsFunction() in IsFunction() function in panda::JSValueRef
2154 if (!IsFunction()) { in Call()
2185 ASSERT(IsFunction()); // IsFunction check has been done in napi. in CallForNapi()
2237 if (!IsFunction()) { in Constructor()
2265 ASSERT(IsFunction()); // IsFunction check has been done in napi. in ConstructorOptimize()
DJSNapi接口说明.md2393 ### IsFunction subsection
2395 bool JSValueRef::IsFunction();
2418 bool b = object->IsFunction();
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h1950 inline bool IsFunction() const in IsFunction() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h415 bool IsFunction();
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1646 if (value->IsFunction()) { in GetLocalVariables()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp380 if (!maybeFuncRef->IsFunction()) { in LoadNativeModule()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp136 if (tagged->IsFunction()) { in FromTagged()