Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc84 v8::Local<v8::String> objectLiteral = toV8String(isolate, "object"); in substituteObjectTags() local
86 firstValue.As<v8::String>()->StringEquals(objectLiteral)) { in substituteObjectTags()
98 if (!attributes->Get(context, objectLiteral).ToLocal(&originValue)) { in substituteObjectTags()
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js12553 function getPropertyAssignment(objectLiteral, key, key2) {
12554 return objectLiteral.properties.filter(function (property) {
12563 function getPropertyArrayElementValue(objectLiteral, propKey, elementValue) {
12564 return ts.firstDefined(getPropertyAssignment(objectLiteral, propKey), function (property) {
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 230 milliseconds