Searched refs:PoisonArgumentsAndCaller (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dbootstrapper.cc182 void PoisonArgumentsAndCaller(Handle<Map> map);
674 PoisonArgumentsAndCaller(strict_function_without_prototype_map);
675 PoisonArgumentsAndCaller(strict_function_map);
676 PoisonArgumentsAndCaller(strict_function_map_writable_prototype_);
677 PoisonArgumentsAndCaller(bound_function_map);
703 void Genesis::PoisonArgumentsAndCaller(Handle<Map> map) { function in class:Genesis
1905 // We can't use PoisonArgumentsAndCaller because that mutates accessor pairs

Completed in 405 milliseconds