Searched defs:JsonProperty (Results 1 – 1 of 1) sorted by relevance
92 struct JsonProperty { struct93 JsonProperty() { UNREACHABLE(); } in JsonProperty() argument94 explicit JsonProperty(const JsonString& string) : string(string) {} in JsonProperty() function110 MaybeHandle<Object> InternalizeJsonProperty(Handle<JSReceiver> holder, argument