Home
last modified time | relevance | path

Searched defs:notJSFunction (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp72 Label notJSFunction; in AsmInterpEntryDispatch() local
H A Doptimized_call.cpp459 Label notJSFunction; in JSCallInternal() local
867 JSCallCheck(ExtendedAssembler *assembler, Register jsfunc, Register taggedValue, Label *nonCallable, Label *notJSFunction) JSCallCheck() argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp139 Label notJSFunction; in AsmInterpEntryDispatch() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp197 BRANCH(TaggedIsHeapObject(value), &isJSFCondition, &notJSFunction); in CloneProperties() local
200 BRANCH(IsJSFunction(value), &isJSFunction, &notJSFunction); in CloneProperties() local

Completed in 15 milliseconds