/arkcompiler/ets_runtime/ecmascript/ |
H A D | lexical_env.h | 55 void SetProperties(JSThread *thread, uint32_t index, JSTaggedValue value) in SetProperties() function in panda::ecmascript::LexicalEnv
|
H A D | sendable_env.h | 55 void SetProperties(JSThread *thread, uint32_t index, JSTaggedValue value) in SetProperties() function in panda::ecmascript::SendableEnv
|
H A D | object_fast_operator-inl.h | 912 objHandle->SetProperties(thread, array.GetTaggedValue()); in AddPropertyByName() 926 objHandle->SetProperties(thread, newDict); in AddPropertyByName() 938 objHandle->SetProperties(thread, array.GetTaggedValue()); in AddPropertyByName() 959 objHandle->SetProperties(thread, newDict); in AddPropertyByName()
|
H A D | object_factory.cpp | 487 obj->SetProperties(thread_, emptyArray, SKIP_BARRIER); in NewJSObject() 523 cloneObject->SetProperties(thread_, newProperties.GetTaggedValue()); in CloneObjectLiteral() 576 cloneObject->SetProperties(thread_, properties.GetTaggedValue()); in CloneArrayLiteral() 579 cloneObject->SetProperties(thread_, newProperties.GetTaggedValue()); in CloneArrayLiteral() 585 object->SetProperties(thread_, cloneObject->GetProperties()); in CloneArrayLiteral() 642 cloneObject->SetProperties(thread_, newProperties.GetTaggedValue()); in CloneObjectLiteral() 777 cloneCtor->SetProperties(thread_, newProperties.GetTaggedValue()); in CloneClassCtor() 788 obj->SetProperties(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject() 1076 obj->SetProperties(thread_, properties); in NewJSObjectByConstructor() 1112 obj->SetProperties(thread in NewJSObjectByConstructor() [all...] |
H A D | js_object.cpp | 209 receiver->SetProperties(thread, dict); in TransitionToDictionary() 328 obj->SetProperties(thread, array); in OptimizeAsFastProperties() 359 obj->SetProperties(thread, dict); in SetSProperties() 462 obj->SetProperties(thread, newDict); in DeletePropertyInternal() 472 obj->SetProperties(thread, newDict); in DeletePropertyInternal() 478 obj->SetProperties(thread, newDict); in DeletePropertyInternal() 2753 obj->SetProperties(thread, dict); in CreateObjectFromProperties()
|
H A D | js_array.cpp | 764 obj->SetProperties(thread, newProps.GetTaggedValue()); in CheckAndCopyArray()
|
H A D | object_operator.cpp | 1051 obj->SetProperties(thread_, properties); in AddPropertyInternal()
|
H A D | shared_object_factory.cpp | 301 obj->SetProperties(thread_, emptyArray); in NewSharedOldSpaceJSObject()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_stub_test.cpp | 295 handleNewObj->SetProperties(thread, handleTypeArr.GetTaggedValue()); in HWTEST_F_L0() 350 handleHolder->SetProperties(thread, handleTaggedArr.GetTaggedValue()); in HWTEST_F_L0() 408 handleHolder->SetProperties(thread, handleTaggedArr.GetTaggedValue()); in HWTEST_F_L0() 446 handleObj->SetProperties(thread, handleTaggedArr.GetTaggedValue()); in HWTEST_F_L0() 480 handleObj->SetProperties(thread, handleTaggedArr.GetTaggedValue()); in HWTEST_F_L0() 509 handleObj->SetProperties(thread, handleTaggedArr.GetTaggedValue()); in HWTEST_F_L0() 554 handleArrObj->SetProperties(thread, handleTaggedArr.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_generator_object_test.cpp | 67 genObj->SetProperties(thread, factory->EmptyArray(), SKIP_BARRIER); in HWTEST_F_L0()
|
H A D | concurrent_marking_test.cpp | 153 obj->SetProperties(thread, emptyArray, SKIP_BARRIER); in HWTEST_F_L0()
|
H A D | object_operator_third_test.cpp | 101 handleGlobalObject->SetProperties(thread, handleProperties.GetTaggedValue()); in HWTEST_F_L0() 350 handleGlobalObject->SetProperties(thread, handleProperties.GetTaggedValue()); in HWTEST_F_L0()
|
H A D | object_operator_second_test.cpp | 215 handleGlobalObject->SetProperties(thread, handleProperties.GetTaggedValue()); // Set Properties in HWTEST_F_L0()
|
H A D | object_operator_first_test.cpp | 401 handleReceiver->SetProperties(thread, handleProperties.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | class_info_extractor.cpp | 423 prototype->SetProperties(thread, dict); in DefineClassFromExtractor() 448 constructor->SetProperties(thread, dict); in DefineClassFromExtractor() 529 prototype->SetProperties(thread, dict); in DefineClassWithIHClass() 561 constructor->SetProperties(thread, dict); in DefineClassWithIHClass() 788 prototype->SetProperties(thread, dict); in DefineSendableClassFromExtractor() 820 constructor->SetProperties(thread, nameDict); in DefineSendableClassFromExtractor()
|
/arkcompiler/toolchain/tooling/backend/ |
H A D | debugger_executor.cpp | 189 DebuggerApi::SetProperties(vm, frameHandler, level, slot, value); in SetLexicalValue()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | dropframe_manager.cpp | 161 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, valueHandle.GetTaggedValue()); in DropLastFrame()
|
H A D | debugger_api.h | 101 static void SetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, int32_t level,
|
H A D | debugger_api.cpp | 343 void DebuggerApi::SetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in SetProperties() function in panda::ecmascript::tooling::DebuggerApi 353 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(ecmaVm->GetJSThread(), slot, target); in SetProperties()
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array.cpp | 552 obj->SetProperties(thread, newProps.GetTaggedValue()); in CheckAndCopyArray()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | json_parser.cpp | 405 obj->SetProperties(thread_, dict); in CreateSJsonObject() 485 jsMap->SetProperties(thread_, dict); in CreateSJsonMap()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 6011 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal() 6029 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal() 6047 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal() 6066 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal() 6085 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal() 6104 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal() 7669 SendableEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal() 7687 SendableEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal() 7705 SendableEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1688 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); 1710 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); 1732 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); 4234 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); 4257 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); 4280 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); 6706 SendableEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); 6728 SendableEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value); 6750 SendableEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, value);
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime_stub-inl.h | 357 objHandle->SetProperties(thread, properties); in StoreWithTransition()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 3244 handleLexicalEnv->SetProperties(thread, index, symbolHandle.GetTaggedValue()); 3269 handleLexicalEnv->SetProperties(thread, startIndex + count + i, literalValue.GetTaggedValue()); 3283 handleLexicalEnv->SetProperties(thread, index, symbolHandle.GetTaggedValue());
|