Home
last modified time | relevance | path

Searched refs:startTag (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp375 GateRef startTag = GetCallArg0(numArgs); in DECLARE_BUILTINS() local
376 Branch(TaggedIsInt(startTag), &posTagIsInt, &posTagNotInt); in DECLARE_BUILTINS()
378 start = GetInt32OfTInt(startTag); in DECLARE_BUILTINS()
381 Branch(TaggedIsDouble(startTag), &posTagIsDouble, &slowPath); in DECLARE_BUILTINS()
383 start = DoubleToInt(glue, GetDoubleOfTDouble(startTag)); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1323 JSHandle<JSTaggedValue> startTag = BuiltinsString::GetCallArg(argv, 0); in Slice() local
1324 JSTaggedNumber startVal = JSTaggedValue::ToInteger(thread, startTag); in Slice()
1518 JSHandle<JSTaggedValue> startTag = BuiltinsString::GetCallArg(argv, 0); in Substring() local
1519 JSTaggedNumber startVal = JSTaggedValue::ToInteger(thread, startTag); in Substring()