Searched refs:function_frame (Results 1 – 1 of 1) sorted by relevance
564 JavaScriptFrame* function_frame = JavaScriptFrame::cast(iterator.frame()); in RUNTIME_FUNCTION() local565 DCHECK(function_frame->is_java_script()); in RUNTIME_FUNCTION()566 int argc = function_frame->ComputeParametersCount(); in RUNTIME_FUNCTION()567 Address fp = function_frame->fp(); in RUNTIME_FUNCTION()568 if (function_frame->has_adapted_arguments()) { in RUNTIME_FUNCTION()