Home | History | Annotate | Download | only in src

Lines Matching defs:HasRealNamedProperty

4803 Maybe<bool> v8::Object::HasRealNamedProperty(Local<Context> context,
4805 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, HasRealNamedProperty, bool);
4809 auto result = i::JSObject::HasRealNamedProperty(
4817 bool v8::Object::HasRealNamedProperty(Local<String> key) {
4819 return HasRealNamedProperty(context, key).FromMaybe(false);