Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc88 // 4. Let key be ? ToPropertyKey(P). in ObjectDefineAccessor()
90 Object::ToPropertyKey(isolate, name)); in ObjectDefineAccessor()
112 Object::ToPropertyKey(isolate, key)); in ObjectLookupAccessor()
/third_party/node/deps/v8/src/objects/
H A Dobjects.h419 // ES6 section 7.1.14 ToPropertyKey
457 // ES6 section 7.1.14 ToPropertyKey
458 V8_WARN_UNUSED_RESULT static inline MaybeHandle<Object> ToPropertyKey(
H A Dobjects-inl.h573 MaybeHandle<Object> Object::ToPropertyKey(Isolate* isolate, in ToPropertyKey() function in v8::internal::Object
H A Djs-objects.cc1033 // 2. Let key be ToPropertyKey(P). in DefineProperty()
1036 Object::ToPropertyKey(isolate, key)); in DefineProperty()

Completed in 13 milliseconds