Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-objects.h201 V8_WARN_UNUSED_RESULT static Maybe<bool> IsCompatiblePropertyDescriptor(
Dobjects.cc3570 Maybe<bool> valid = IsCompatiblePropertyDescriptor( in DefineOwnProperty()
3742 Maybe<bool> valid = IsCompatiblePropertyDescriptor( in GetOwnPropertyDescriptor()
Djs-objects.cc1405 Maybe<bool> JSReceiver::IsCompatiblePropertyDescriptor( in IsCompatiblePropertyDescriptor() function in v8::internal::JSReceiver