Searched refs:nonCallable (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/mapforeach/ |
H A D | mapforeach.js | 34 let nonCallable = new Person(); 35 map.forEach(nonCallable);
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_call.cpp | 458 Label nonCallable; in JSCallInternal() local 460 JSCallCheck(assembler, jsfunc, taggedValue, &nonCallable, ¬JSFunction); in JSCallInternal() 618 __ Bind(&nonCallable); in JSCallInternal() 868 Label *nonCallable, Label *notJSFunction) in JSCallCheck() 872 __ B(Condition::HS, nonCallable); in JSCallCheck() 873 __ Cbz(jsfunc, nonCallable); in JSCallCheck() 876 __ Cbnz(taggedValue, nonCallable); in JSCallCheck() 882 __ Tbz(bitfield, JSHClass::CallableBit::START_BIT, nonCallable); in JSCallCheck() 867 JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, Label *nonCallable, Label *notJSFunction) JSCallCheck() argument
|
H A D | common_call.h | 116 Label *nonCallable, Label *notJSFunction);
|
Completed in 4 milliseconds