Searched defs:target_desc (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc890 PropertyDescriptor target_desc; local
892 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
900 bool inconsistent = PropertyDescriptor::IsDataDescriptor(&target_desc) &&
901 !target_desc.configurable() &&
902 !target_desc.writable() &&
903 !trap_result->SameValue(*target_desc.value());
907 name, target_desc.value(), trap_result),
913 inconsistent = PropertyDescriptor::IsAccessorDescriptor(&target_desc) &&
914 !target_desc.configurable() &&
915 target_desc
5155 PropertyDescriptor target_desc; local
5226 PropertyDescriptor target_desc; local
5292 PropertyDescriptor target_desc; local
7008 PropertyDescriptor target_desc; local
7218 PropertyDescriptor target_desc; local
[all...]

Completed in 98 milliseconds