Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h784 Variable* this_function = GetRareVariable(RareVariable::kThisFunction); in this_function_var() local
787 DCHECK(this_function == nullptr || in this_function_var()
791 return this_function; in this_function_var()
903 Variable* this_function = nullptr; member
913 kThisFunction = offsetof(RareData, this_function),
Dast-value-factory.h339 F(this_function, ".this_function") \
Dscopes.cc685 EnsureRareData()->this_function = in DeclareDefaultFunctionVariables()
/external/python/cpython2/Lib/
Ddecimal.py2533 this_function = self._pick_rounding_function[rounding]
2534 changed = this_function(self, digits)