Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/timer_helper/
Dtimer.cpp135 bool isCallable = false; in SetTimeoutImpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp1364 GateRef isCallable = LogicAndBuilder(&env).And(builder_.TaggedIsHeapObject(func)) in LowerIsCallableCheck() local
Dnew_object_stub_builder.cpp538 Label isCallable(env); in NewJSProxy() local
Dstub_builder-inl.h4078 inline void StubBuilder::SetCallableToBitfield(GateRef glue, GateRef obj, bool isCallable) in SetCallableToBitfield()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4569 JSVM_Status OH_JSVM_IsCallable(JSVM_Env env, JSVM_Value value, bool* isCallable) in OH_JSVM_IsCallable()