Searched defs:indexValue (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_bytecode_lowering.cpp | 133 uint32_t indexValue = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerThrowIfSuperNotCorrectCall() local 160 uint32_t indexValue = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerLdLexVar() local 184 uint32_t indexValue = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerStLexVar() local 268 uint32_t indexValue = static_cast<uint32_t>(acc_.GetConstantValue(index)); in LowerNTypedStownByIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_tree_set_iterator_test.cpp | 259 JSHandle<JSTaggedValue> indexValue(thread, JSTaggedValue(index)); in HWTEST_F_L0() local
|
| D | tagged_array_test.cpp | 152 JSHandle<JSTaggedValue> indexValue(thread, JSTaggedValue(6)); in HWTEST_F_L0() local
|
| D | js_api_tree_map_iterator_test.cpp | 274 JSHandle<JSTaggedValue> indexValue(thread, JSTaggedValue(index)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_segmenter_test.cpp | 202 JSHandle<JSTaggedValue> indexValue(JSObject::GetProperty(thread, result, indexKey).GetValue()); in SegmentsPrototypeCommon() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 213 JSTaggedValue indexValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 3915 JSTaggedValue indexValue = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 2004 JSHandle<JSTaggedValue> indexValue(thread, globalTable->GetStartOfCaptureIndex(0)); in RegExpBuiltinExec() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1304 Expr indexValue = in VisitRuntimeCall() local
|