HomeSort by relevance Sort by last modified time
    Searched defs:HandleScopeImplementer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
api.h 397 class HandleScopeImplementer {
399 explicit HandleScopeImplementer(Isolate* isolate)
407 ~HandleScopeImplementer() {
480 DISALLOW_COPY_AND_ASSIGN(HandleScopeImplementer);
487 void HandleScopeImplementer::SaveContext(Context* context) {
492 Context* HandleScopeImplementer::RestoreContext() {
497 bool HandleScopeImplementer::HasSavedContexts() {
502 void HandleScopeImplementer::EnterContext(Handle<Object> context) {
507 bool HandleScopeImplementer::LeaveLastContext() {
514 Handle<Object> HandleScopeImplementer::LastEnteredContext()
    [all...]
  /external/chromium_org/v8/src/
api.h 498 friend class HandleScopeImplementer;
512 class HandleScopeImplementer {
514 explicit HandleScopeImplementer(Isolate* isolate)
523 ~HandleScopeImplementer() {
611 DISALLOW_COPY_AND_ASSIGN(HandleScopeImplementer);
618 void HandleScopeImplementer::SaveContext(Context* context) {
623 Context* HandleScopeImplementer::RestoreContext() {
628 bool HandleScopeImplementer::HasSavedContexts() {
633 void HandleScopeImplementer::EnterContext(Handle<Context> context) {
638 bool HandleScopeImplementer::LeaveContext(Handle<Context> context)
    [all...]

Completed in 47 milliseconds