Home
last modified time | relevance | path

Searched defs:targetIsCallable (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp38 BRANCH(IsCallable(thisValue), &targetIsCallable, slowPath); in PrototypeApply() local
138 BRANCH(IsCallable(target), &targetIsCallable, slowPath); in PrototypeBind() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp5945 BRANCH(IsCallable(target), &targetIsCallable, &targetNotCallable); in OrdinaryHasInstance() local

Completed in 18 milliseconds