Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dbootstrapper.cc321 Handle<JSFunction> generator_poison_function; member in v8::internal::BASE_EMBEDDED
623 if (generator_poison_function.is_null()) { in GetGeneratorPoisonFunction()
628 generator_poison_function = factory()->NewFunctionWithoutPrototype( in GetGeneratorPoisonFunction()
630 generator_poison_function->set_map(native_context()->sloppy_function_map()); in GetGeneratorPoisonFunction()
631 generator_poison_function->shared()->DontAdaptArguments(); in GetGeneratorPoisonFunction()
633 JSObject::PreventExtensions(generator_poison_function).Assert(); in GetGeneratorPoisonFunction()
635 return generator_poison_function; in GetGeneratorPoisonFunction()