Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dts2panda.ts83 static jsonString: string = ""; property in Ts2Panda
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp163 Local<ObjectRef> jsonString = StringRef::NewFromUtf8(vm_, test); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1723 JSHandle<JSTaggedValue> jsonString(factory_->NewFromASCII("JSON")); in InitializeJson() local