Home
last modified time | relevance | path

Searched refs:DeleteExtensions (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dhandles.cc91 void HandleScope::DeleteExtensions(Isolate* isolate) { in DeleteExtensions() function in v8::internal::HandleScope
93 isolate->handle_scope_implementer()->DeleteExtensions(current->limit); in DeleteExtensions()
Dhandles-inl.h69 DeleteExtensions(isolate); in CloseScope()
Dhandles.h281 V8_EXPORT_PRIVATE static void DeleteExtensions(Isolate* isolate);
Dapi.h423 inline void DeleteExtensions(internal::Object** prev_limit);
622 void HandleScopeImplementer::DeleteExtensions(internal::Object** prev_limit) {
Dassembler.cc994 FUNCTION_ADDR(HandleScope::DeleteExtensions))); in delete_handle_scope_extensions()