Home | History | Annotate | Download | only in src

Lines Matching refs:GetOwnPropertyDescriptor

3870 MaybeLocal<Value> v8::Object::GetOwnPropertyDescriptor(Local<Context> context,
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) {
3890 RETURN_TO_LOCAL_UNCHECKED(GetOwnPropertyDescriptor(context, key), Value);