Lines Matching defs:function
41 // Plug a node into this expression context. Call this function in tail
46 // result of another Visit function that already plugged the context.
109 // mutations of the context chain within the function body and allows to
182 // For function-level control.
468 // Contexts nested in the native context have a canonical empty function as
553 // Simply use the outer function context in building the graph.
601 // Visit declarations within the function scope.
610 // Visit statements in the function body.
1103 Handle<SharedFunctionInfo> function = Compiler::GetSharedFunctionInfo(
1106 if (function.is_null()) return SetStackOverflow();
1108 globals()->push_back(function);
1458 // 2. By exiting the try-block with a function-local control flow transfer
1532 // Find or build a shared function info.
1973 Node* function = BuildLoadNativeContextField(
1975 result = NewNode(javascript()->CallFunction(3, language_mode()), function,
2323 // Prepare the callee and the receiver to the function call. This depends on
2464 // Evaluate all arguments to the function call,
2479 Node* function = GetFunctionClosure();
2485 NewNode(op, callee, source, function, language, position);
2493 // Create node to perform the function call.
2590 const Runtime::Function* function = expr->function();
2593 if (function->function_id == Runtime::kInlineGeneratorNext ||
2594 function->function_id == Runtime::kInlineGeneratorThrow) {
2604 Runtime::FunctionId functionId = function->function_id;