Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp413 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineClassFromExtractor() local
519 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineClassWithIHClass() local
614 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in BuildDictionaryProperties() local
778 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineSendableClassFromExtractor() local
901 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in BuildSendableDictionaryProperties() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp384 JSMutableHandle<JSTaggedValue> propValue(thread_, JSTaggedValue::Undefined()); in CreateSJsonObject() local
467 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.cpp422 bool ShouldCreatePropertyValueName(ir::Expression *propValue) in ShouldCreatePropertyValueName()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp348 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in SetSProperties() local