Home
last modified time | relevance | path

Searched refs:attributesValue (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc87 v8::Local<v8::Value> attributesValue; in substituteObjectTags() local
88 if (!jsonML->Get(context, 1).ToLocal(&attributesValue)) { in substituteObjectTags()
92 if (!attributesValue->IsObject()) { in substituteObjectTags()
96 v8::Local<v8::Object> attributes = attributesValue.As<v8::Object>(); in substituteObjectTags()

Completed in 2 milliseconds