Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h838 JSReceiver::GetOwnPropertyAttributes(object, index); in HasOwnProperty()
851 Maybe<PropertyAttributes> JSReceiver::GetOwnPropertyAttributes( in GetOwnPropertyAttributes() function in v8::internal::JSReceiver
859 Maybe<PropertyAttributes> JSReceiver::GetOwnPropertyAttributes( in GetOwnPropertyAttributes() function in v8::internal::JSReceiver
H A Djs-objects.h258 GetOwnPropertyAttributes(Handle<JSReceiver> object, Handle<Name> name);
260 GetOwnPropertyAttributes(Handle<JSReceiver> object, uint32_t index);
H A Dcontexts.cc267 maybe = JSReceiver::GetOwnPropertyAttributes(object, name); in Lookup()
H A Djs-objects.cc139 JSReceiver::GetOwnPropertyAttributes(object, name); in HasOwnProperty()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc32 JSReceiver::GetOwnPropertyAttributes(object, name); in BUILTIN()

Completed in 19 milliseconds