Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc163 void AddRestrictedFunctionProperties(Handle<Map> map);
591 AddRestrictedFunctionProperties(empty_function_map); in CreateEmptyFunction()
831 void Genesis::AddRestrictedFunctionProperties(Handle<Map> map) { in AddRestrictedFunctionProperties() function in v8::internal::Genesis