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

  /external/v8/src/
bootstrapper.cc 140 class Genesis BASE_EMBEDDED {
142 Genesis(Isolate* isolate,
146 ~Genesis() { }
150 Genesis* previous() { return previous_; }
160 // There may be more than one active genesis object: When GC is
163 Genesis* previous_;
305 Genesis genesis(isolate, global_object, global_template, extensions);
306 env = genesis.result();
384 Handle<DescriptorArray> Genesis::ComputeFunctionInstanceDescriptor
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 154 class Genesis BASE_EMBEDDED {
156 Genesis(Isolate* isolate,
160 ~Genesis() { }
320 Genesis genesis(isolate_, global_object, global_template, extensions);
321 Handle<Context> env = genesis.result();
396 void Genesis::SetFunctionInstanceDescriptor(
441 Handle<Map> Genesis::CreateFunctionMap(PrototypePropertyMode prototype_mode) {
449 Handle<JSFunction> Genesis::CreateEmptyFunction(Isolate* isolate) {
534 void Genesis::SetStrictFunctionInstanceDescriptor
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1132.js 33 // If the test starts to fail in Genesis, consider increasing this constant.
  /external/v8/test/mjsunit/regress/
regress-1132.js 33 // If the test starts to fail in Genesis, consider increasing this constant.

Completed in 72 milliseconds