Searched defs:curValue (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_indexof_stub_builder.cpp | 262 GateRef curValue = Load(VariableType::JS_ANY(), glue, elements, *curOffset); in IndexOfElements() local 375 return IndexOfElements(glue, elements, [this](GateRef curValue) { in IndexOfTaggedUndefined() 379 return IndexOfElements(glue, elements, [this](GateRef curValue) { in IndexOfTaggedUndefined() 388 return IndexOfElements(glue, elements, [this, env](GateRef curValue) { in IndexOfTaggedZero() 417 result = IndexOfElements(glue, elements, [this, ti32 = target](GateRef curValue) { in IndexOfTaggedIntElements() 430 result = IndexOfElements(glue, elements, [this, ti32 = taggedInt32](GateRef curValue) { in IndexOfTaggedIntElements() 462 …lt = IndexOfElements(glue, elements, [this, ti32 = target, tf64 = taggedDouble](GateRef curValue) { in IndexOfTaggedIntTarget() 529 result = IndexOfElements(glue, elements, [this](GateRef curValue) { in IndexOfTaggedNumber() 550 auto predicate = [this, ti32 = *taggedInt32, tf64 = *taggedFloat](GateRef curValue) { in IndexOfTaggedNumber() 557 result = IndexOfElements(glue, elements, [this, tf64 = *taggedFloat](GateRef curValue) { in IndexOfTaggedNumber() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.cpp | 172 auto curValue = curCachedArray->Get(thread, i); in MergeObjectLiteralHClassCache() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 1135 JSTaggedValue curValue(cur); in IndexOfString() local 1149 JSTaggedValue curValue(cur); in IndexOfString() local 1168 JSTaggedValue curValue(cur); in IndexOfBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 612 JSTaggedValue curValue = JSNApiHelper::ToJSTaggedValue(*value); in SetExportVariableValue() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 1844 Local<JSValueRef> curValue = in HWTEST_F_L0() local
|