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

/external/v8/src/
H A Dapi.cc3870 MaybeLocal<Value> v8::Object::GetOwnPropertyDescriptor(Local<Context> context, function in class:v8::v8::Object
3872 PREPARE_FOR_EXECUTION(context, Object, GetOwnPropertyDescriptor, Value);
3878 i::JSReceiver::GetOwnPropertyDescriptor(isolate, obj, key_name, &desc);
3888 Local<Value> v8::Object::GetOwnPropertyDescriptor(Local<String> key) { function in class:v8::v8::Object
3890 RETURN_TO_LOCAL_UNCHECKED(GetOwnPropertyDescriptor(context, key), Value);
H A Dobjects.cc892 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
4571 JSReceiver::GetOwnPropertyDescriptor(&own_lookup, &desc);
5156 Maybe<bool> target_found = JSReceiver::GetOwnPropertyDescriptor(
5228 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
5294 JSReceiver::GetOwnPropertyDescriptor(isolate, target, name, &target_desc);
5426 Maybe<bool> found = JSProxy::GetOwnPropertyDescriptor(
6403 MAYBE_RETURN(GetOwnPropertyDescriptor(it, &current), Nothing<bool>());
6777 Maybe<bool> success = GetOwnPropertyDescriptor(
6885 Maybe<bool> success = GetOwnPropertyDescriptor(
7010 JSReceiver::GetOwnPropertyDescriptor(isolat
7097 Maybe<bool> JSReceiver::GetOwnPropertyDescriptor(Isolate* isolate, function in class:v8::internal::JSReceiver
7114 Maybe<bool> JSReceiver::GetOwnPropertyDescriptor(LookupIterator* it, function in class:v8::internal::JSReceiver
7170 Maybe<bool> JSProxy::GetOwnPropertyDescriptor(Isolate* isolate, function in class:v8::internal::JSProxy
[all...]

Completed in 3572 milliseconds