Home
last modified time | relevance | path

Searched refs:SetProperties (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
H A Dlexical_env.h55 void SetProperties(JSThread *thread, uint32_t index, JSTaggedValue value) in SetProperties() function in panda::ecmascript::LexicalEnv
H A Dsendable_env.h55 void SetProperties(JSThread *thread, uint32_t index, JSTaggedValue value) in SetProperties() function in panda::ecmascript::SendableEnv
H A Dobject_fast_operator-inl.h912 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 Dobject_factory.cpp487 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 Djs_object.cpp209 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 Djs_array.cpp764 obj->SetProperties(thread, newProps.GetTaggedValue()); in CheckAndCopyArray()
H A Dobject_operator.cpp1051 obj->SetProperties(thread_, properties); in AddPropertyInternal()
H A Dshared_object_factory.cpp301 obj->SetProperties(thread_, emptyArray); in NewSharedOldSpaceJSObject()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp295 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 Djs_generator_object_test.cpp67 genObj->SetProperties(thread, factory->EmptyArray(), SKIP_BARRIER); in HWTEST_F_L0()
H A Dconcurrent_marking_test.cpp153 obj->SetProperties(thread, emptyArray, SKIP_BARRIER); in HWTEST_F_L0()
H A Dobject_operator_third_test.cpp101 handleGlobalObject->SetProperties(thread, handleProperties.GetTaggedValue()); in HWTEST_F_L0()
350 handleGlobalObject->SetProperties(thread, handleProperties.GetTaggedValue()); in HWTEST_F_L0()
H A Dobject_operator_second_test.cpp215 handleGlobalObject->SetProperties(thread, handleProperties.GetTaggedValue()); // Set Properties in HWTEST_F_L0()
H A Dobject_operator_first_test.cpp401 handleReceiver->SetProperties(thread, handleProperties.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp423 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 Ddebugger_executor.cpp189 DebuggerApi::SetProperties(vm, frameHandler, level, slot, value); in SetLexicalValue()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp161 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(thread, slot, valueHandle.GetTaggedValue()); in DropLastFrame()
H A Ddebugger_api.h101 static void SetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, int32_t level,
H A Ddebugger_api.cpp343 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 Djs_shared_array.cpp552 obj->SetProperties(thread, newProps.GetTaggedValue()); in CheckAndCopyArray()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp405 obj->SetProperties(thread_, dict); in CreateSJsonObject()
485 jsMap->SetProperties(thread_, dict); in CreateSJsonMap()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp6011 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 Dinterpreter_assembly.cpp1688 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 Dic_runtime_stub-inl.h357 objHandle->SetProperties(thread, properties); in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h3244 handleLexicalEnv->SetProperties(thread, index, symbolHandle.GetTaggedValue());
3269 handleLexicalEnv->SetProperties(thread, startIndex + count + i, literalValue.GetTaggedValue());
3283 handleLexicalEnv->SetProperties(thread, index, symbolHandle.GetTaggedValue());

Completed in 70 milliseconds

12