Home
last modified time | relevance | path

Searched defs:PropertyKey (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup-inl.h115 PropertyKey::PropertyKey(Isolate* isolate, double index) { in PropertyKey() function
133 PropertyKey::PropertyKey(Isolate* isolate, Handle<Name> name) { in PropertyKey() function
142 PropertyKey::PropertyKey(Isolate* isolate, Handle<Object> valid_key) { in PropertyKey() function
Djs-objects.h28 class PropertyKey; variable
Dlookup.cc31 PropertyKey::PropertyKey(Isolate* isolate, Handle<Object> key, bool* success) { in PropertyKey() function in v8::internal::PropertyKey
/third_party/typescript/tests/baselines/reference/
DdecoratorsOnComputedProperties.js2 function x(o: object, k: PropertyKey) { }
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_image.js455 PropertyKey: { property
/third_party/jsframework/runtime/main/extend/systemplugin/
Dmultimedia.js211 PropertyKey: PropertyKeyMock, property
/third_party/typescript/src/lib/
Des5.d.ts87 declare type PropertyKey = string | number | symbol; alias
/third_party/typescript/lib/
Dlib.es5.d.ts107 declare type PropertyKey = string | number | symbol; alias