Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp313 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineClassFromExtractor() local
397 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in DefineClassWithIHClass() local
473 JSMutableHandle<JSTaggedValue> propValue(thread, JSTaggedValue::Undefined()); in BuildDictionaryProperties() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp442 bool ShouldCreatePropertyValueName(const ir::Expression *propValue) in ShouldCreatePropertyValueName()