Searched defs:propValue (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/jsvm/test/unittest/ |
| D | jsvm_utils.h | 89 void Set(const char* propName, JSVM_Value propValue) in Set()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 417 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/ |
| D | json_parser.cpp | 396 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/ |
| D | function.cpp | 430 bool ShouldCreatePropertyValueName(const ir::Expression *propValue) in ShouldCreatePropertyValueName()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | function.cpp | 431 bool ShouldCreatePropertyValueName(ir::Expression *propValue) in ShouldCreatePropertyValueName()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 558 …JSTaggedValue propValue(Barriers::GetTaggedValue(thread_, ToUintPtr(propertiesObj) + i * sizeof(Pr… in CopyAndReSortSLayoutInfo() local
|
| D | object_factory.cpp | 3381 JSTaggedValue propValue(Barriers::GetTaggedValue<RBMode::FAST_CMC_RB>( in CopyAndReSort() local 3391 JSTaggedValue propValue(Barriers::GetTaggedValue<RBMode::FAST_NO_RB>( in CopyAndReSort() local
|
| D | js_object.cpp | 398 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in SetSProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 1078 void TSDeclGen::GenAnnotationPropertyValue(ir::Expression *propValue) in GenAnnotationPropertyValue()
|