Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp188 BRANCH(IsCallable(func), &funcIsCallable, slowPath); in PrototypeCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp92 void CallStubBuilder::JSCallInit(Label *exit, Label *funcIsHeapObject, Label *funcIsCallable, Label *funcNotCallable) in JSCallInit() argument
106 BRANCH(IsCallableFromBitField(bitfield_), funcIsCallable, funcNotCallable); in JSCallInit() local

Completed in 4 milliseconds