Home
last modified time | relevance | path

Searched defs:toJson (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/
DmoduleComponent.ts59 public toJson(): { nodes: Module[]; edges: any[]; categories: {} } { method in ModuleDepsGraph
DfileComponent.ts70 public toJson(): { nodes: File[]; edges: any[]; categories: {} } { method in FileDepsGraph
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp192 JSHandle<JSTaggedValue> toJson = thread_->GlobalConstants()->GetHandledToJsonString(); in GetSerializeValue() local
Djson_stringifier_optimized.cpp191 JSHandle<JSTaggedValue> toJson = thread_->GlobalConstants()->GetHandledToJsonString(); in GetSerializeValue() local