Home
last modified time | relevance | path

Searched refs:realArgc (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnative_inline_lowering.h80 void InlineStubBuiltin(GateRef gate, size_t builtinArgc, size_t realArgc, BuiltinsStubCSigns::ID id,
H A Dnative_inline_lowering.cpp1047 void NativeInlineLowering::InlineStubBuiltin(GateRef gate, size_t builtinArgc, size_t realArgc, in InlineStubBuiltin() argument
1056 builder_.CallTargetCheck(gate, acc_.GetValueIn(gate, realArgc + 1U), in InlineStubBuiltin()
1065 args.push_back(i <= realArgc ? acc_.GetValueIn(gate, i) : builder_.Undefined()); in InlineStubBuiltin()

Completed in 4 milliseconds