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

  /external/v8/src/
factory.h 253 Handle<Context> NewFunctionContext(int length, Handle<JSFunction> function);
factory.cc 797 Handle<Context> Factory::NewFunctionContext(int length,
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 685 return *isolate->factory()->NewFunctionContext(length, function);
    [all...]
runtime.h 489 F(NewFunctionContext, 1, 1) \
    [all...]

Completed in 290 milliseconds