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.cpp410 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineClassFromExtractor() local
516 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineClassWithIHClass() local
611 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in BuildDictionaryProperties() local
739 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineSendableClassFromExtractor() local
858 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in BuildSendableDictionaryProperties() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp392 JSMutableHandle<JSTaggedValue> propValue(thread_, JSTaggedValue::Undefined()); in CreateSJsonObject() local
475 JSMutableHandle<JSTaggedValue> propValue(thread_, JSTaggedValue::Undefined()); in CreateSJsonMap() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp446 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.cpp335 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in SetSProperties() local