Searched refs:generator_poison_function (Results 1 – 1 of 1) sorted by relevance
321 Handle<JSFunction> generator_poison_function; member in v8::internal::BASE_EMBEDDED623 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()