HomeSort by relevance Sort by last modified time
    Searched refs:NewWithContext (Results 1 - 5 of 5) sorted by null

  /external/v8/src/debug/
debug-evaluate.cc 96 context = isolate->factory()->NewWithContext(closure, context, extension);
181 Handle<Context> with_context = isolate->factory()->NewWithContext(
210 Handle<Context> with_context = isolate->factory()->NewWithContext(
222 Handle<Context> with_context = isolate->factory()->NewWithContext(
  /external/v8/src/
factory.h 247 Handle<Context> NewWithContext(Handle<JSFunction> function,
factory.cc 817 Handle<Context> Factory::NewWithContext(Handle<JSFunction> function,
    [all...]
api.cc     [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 831 isolate->factory()->NewWithContext(function, current, extension_object);
    [all...]

Completed in 2448 milliseconds