Home
last modified time | relevance | path

Searched defs:isCallable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp1309 GateRef isCallable = LogicAndBuilder(&env).And(builder_.TaggedIsHeapObject(func)) in LowerIsCallableCheck() local
Dnew_object_stub_builder.cpp514 Label isCallable(env); in NewJSProxy() local
Dstub_builder-inl.h3840 inline void StubBuilder::SetCallableToBitfield(GateRef glue, GateRef obj, bool isCallable) in SetCallableToBitfield()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4277 JSVM_Status OH_JSVM_IsCallable(JSVM_Env env, JSVM_Value value, bool* isCallable) in OH_JSVM_IsCallable()