Home
last modified time | relevance | path

Searched defs:nonCallable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/mapforeach/
Dmapforeach.js35 let nonCallable = new Person(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp449 Label nonCallable; in JSCallInternal() local
862 Label *nonCallable, Label *notJSFunction) in JSCallCheck()