Home
last modified time | relevance | path

Searched refs:GetPropertyIfPresent (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dproperty-descriptor.cc22 bool GetPropertyIfPresent(Handle<JSReceiver> receiver, Handle<String> name, in GetPropertyIfPresent() function
208 if (!GetPropertyIfPresent(receiver, isolate->factory()->enumerable_string(), in ToPropertyDescriptor()
220 if (!GetPropertyIfPresent(receiver, isolate->factory()->configurable_string(), in ToPropertyDescriptor()
232 if (!GetPropertyIfPresent(receiver, isolate->factory()->value_string(), in ToPropertyDescriptor()
242 if (!GetPropertyIfPresent(receiver, isolate->factory()->writable_string(), in ToPropertyDescriptor()
252 if (!GetPropertyIfPresent(receiver, isolate->factory()->get_string(), in ToPropertyDescriptor()
270 if (!GetPropertyIfPresent(receiver, isolate->factory()->set_string(), in ToPropertyDescriptor()