Searched refs:math_pow (Results 1 – 4 of 4) sorted by relevance
111 static int math_pow (lua_State *L) { in math_pow() function255 {"pow", math_pow},
62 V(MATH_POW_INDEX, JSFunction, math_pow) \
2108 Handle<JSFunction> math_pow = in InitializeGlobal() local2110 native_context()->set_math_pow(*math_pow); in InitializeGlobal()