Home
last modified time | relevance | path

Searched refs:nonCallable (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/mapforeach/
H A Dmapforeach.js34 let nonCallable = new Person();
35 map.forEach(nonCallable);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp458 Label nonCallable; in JSCallInternal() local
460 JSCallCheck(assembler, jsfunc, taggedValue, &nonCallable, &notJSFunction); 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 Dcommon_call.h116 Label *nonCallable, Label *notJSFunction);

Completed in 4 milliseconds