Searched refs:active_function (Results 1 – 4 of 4) sorted by relevance
452 CONVERT_ARG_CHECKED(JSFunction, active_function, 0); in RUNTIME_FUNCTION()453 Object* prototype = active_function->map()->prototype(); in RUNTIME_FUNCTION()457 handle(active_function, isolate)); in RUNTIME_FUNCTION()
316 Node* active_function = NodeProperties::GetValueInput(node, 0); in ReduceGetSuperConstructor() local321 active_function, effect, control); in ReduceGetSuperConstructor()
2140 Node* active_function = __ GetAccumulator(); in DoGetSuperConstructor() local2142 Node* result = __ GetSuperConstructor(active_function, context); in DoGetSuperConstructor()
7826 Node* CodeStubAssembler::GetSuperConstructor(Node* active_function, in GetSuperConstructor() argument7828 CSA_ASSERT(this, IsJSFunction(active_function)); in GetSuperConstructor()7833 Node* map = LoadMap(active_function); in GetSuperConstructor()7844 active_function); in GetSuperConstructor()