Searched refs:PreventExtensions (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dmessages.js263 %PreventExtensions(format);
269 %PreventExtensions(messages);
H A Dv8natives.js1165 %PreventExtensions(obj);
1188 %PreventExtensions(obj);
1201 %PreventExtensions(obj);
H A Druntime.h76 F(PreventExtensions, 1, 1)\
H A Dbootstrapper.cc588 JSObject::PreventExtensions(throw_type_error_function);
H A Dobjects.h2017 static Handle<Object> PreventExtensions(Handle<JSObject> object);
2018 MUST_USE_RESULT MaybeObject* PreventExtensions();
H A Dobjects.cc4126 Handle<Object> JSObject::PreventExtensions(Handle<JSObject> object) { function in class:v8::internal::JSObject
4127 CALL_HEAP_FUNCTION(object->GetIsolate(), object->PreventExtensions(), Object);
4131 MaybeObject* JSObject::PreventExtensions() { function in class:v8::internal::JSObject
4145 return JSObject::cast(proto)->PreventExtensions();
H A Druntime.cc1159 return obj->PreventExtensions();

Completed in 150 milliseconds