Searched refs:CreateSJsonObject (Results 1 – 2 of 2) sorted by relevance
137 JSHandle<JSTaggedValue> CreateSJsonObject(JsonContinuation continuation,
226 parseValue = CreateSJsonObject(continuation, propertyList); in ParseJSONText()329 JSHandle<JSTaggedValue> JsonParser<T>::CreateSJsonObject(JsonContinuation continuation, in CreateSJsonObject() function in panda::ecmascript::base::JsonParser