Home
last modified time | relevance | path

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

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