Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/jsvm/test/unittest/
Djsvm_utils.h89 void Set(const char* propName, JSVM_Value propValue) in Set()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp417 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineClassFromExtractor() local
523 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineClassWithIHClass() local
624 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in BuildDictionaryProperties() local
788 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineSendableClassFromExtractor() local
913 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in BuildSendableDictionaryProperties() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp396 JSMutableHandle<JSTaggedValue> propValue(thread_, JSTaggedValue::Undefined()); in CreateSJsonObject() local
479 JSMutableHandle<JSTaggedValue> propValue(thread_, JSTaggedValue::Undefined()); in CreateSJsonMap() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp430 bool ShouldCreatePropertyValueName(const ir::Expression *propValue) in ShouldCreatePropertyValueName()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp431 bool ShouldCreatePropertyValueName(ir::Expression *propValue) in ShouldCreatePropertyValueName()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp558 …JSTaggedValue propValue(Barriers::GetTaggedValue(thread_, ToUintPtr(propertiesObj) + i * sizeof(Pr… in CopyAndReSortSLayoutInfo() local
Dobject_factory.cpp3381 JSTaggedValue propValue(Barriers::GetTaggedValue<RBMode::FAST_CMC_RB>( in CopyAndReSort() local
3391 JSTaggedValue propValue(Barriers::GetTaggedValue<RBMode::FAST_NO_RB>( in CopyAndReSort() local
Djs_object.cpp398 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in SetSProperties() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1078 void TSDeclGen::GenAnnotationPropertyValue(ir::Expression *propValue) in GenAnnotationPropertyValue()