Home
last modified time | relevance | path

Searched defs:defaultName (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_data_extractor.cpp110 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in ParseCjsModule() local
127 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in ParseJsonModule() local
153 JSHandle<JSTaggedValue> defaultName = thread->GlobalConstants()->GetHandledDefaultString(); in ParseNativeModule() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp1237 CString defaultName = "anonymous"; in ParseFunctionName() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2618 CString defaultName = "JSObject"; in ExtractConstructorAndRecordName() local
2623 CString defaultName, CString fileName, int32_t line) in ExtractFilePath()