Home | History | Annotate | Download | only in src

Lines Matching defs:GetOwnPropertyDescriptor

4455 MaybeLocal<Value> v8::Object::GetOwnPropertyDescriptor(Local<Context> context,
4457 PREPARE_FOR_EXECUTION(context, Object, GetOwnPropertyDescriptor, Value);
4463 i::JSReceiver::GetOwnPropertyDescriptor(isolate, obj, key_name, &desc);
4473 Local<Value> v8::Object::GetOwnPropertyDescriptor(Local<String> key) {
4475 RETURN_TO_LOCAL_UNCHECKED(GetOwnPropertyDescriptor(context, key), Value);