Home
last modified time | relevance | path

Searched refs:CreateSJsonObject (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h137 JSHandle<JSTaggedValue> CreateSJsonObject(JsonContinuation continuation,
Djson_parser.cpp226 parseValue = CreateSJsonObject(continuation, propertyList); in ParseJSONText()
329 JSHandle<JSTaggedValue> JsonParser<T>::CreateSJsonObject(JsonContinuation continuation, in CreateSJsonObject() function in panda::ecmascript::base::JsonParser