Home
last modified time | relevance | path

Searched defs:rootValue (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/
Ddebuglog_test.cpp38 Json::Value rootValue; variable
46 Json::Value rootValue; variable
Ddebugmode_test.cpp38 Json::Value rootValue; variable
46 Json::Value rootValue; variable
Dfunctions_test.cpp44 Json::Value rootValue; in SetUp() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp919 int ParseJson(const std::string &data, Json::Value &rootValue) in ParseJson()
939 static void ParseMergeAbcMode(const Json::Value &rootValue) in ParseMergeAbcMode()
947 static void ParseModuleMode(const Json::Value &rootValue, panda::pandasm::Program &prog) in ParseModuleMode()
957 static void ParseCommonJsModuleMode(const Json::Value &rootValue, panda::pandasm::Program &prog) in ParseCommonJsModuleMode()
971 void ParseLogEnable(const Json::Value &rootValue) in ParseLogEnable()
978 void ParseDebugMode(const Json::Value &rootValue) in ParseDebugMode()
986 static void ParseOptLevel(const Json::Value &rootValue) in ParseOptLevel()
997 static void ParseDisplayTypeinfo(const Json::Value &rootValue) in ParseDisplayTypeinfo()
1005 static void ParseOptLogLevel(const Json::Value &rootValue) in ParseOptLogLevel()
1013 static void ParseIsDtsFile(const Json::Value &rootValue) in ParseIsDtsFile()
[all …]
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap_iterator.cpp93 JSHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in FastGetCurrentNode() local
120 JSHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in GetCurrentNode() local
Djs_api_hashset_iterator.cpp88 JSHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in FastGetCurrentNode() local
114 JSHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in GetCurrentNode() local
/arkcompiler/toolchain/tooling/client/manager/
Dvariable_manager.h54 Tree(int32_t rootValue) : root_(std::make_unique<TreeNode>(rootValue)) {} in Tree()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp216 auto rootValue = *root; in UpdateAotStringRoots() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp260 JSMutableHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in GetCurrentNode() local