Examples of using When a function in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
When a function is increasing on each interval.
The multiple assignment is also used when a function returns more than 1 value, for example: val, err= func1(var1).
When a function is decreasing on each interval.
As we mentioned, for optimization purposes, when a function does not use free variables, implementations may not to save a parent scope chain.
When a function exits, the local variables are to be released.
As we mentioned, for optimization purposes, when a function does not use free variables, implementations may not to save a parent scope chain.
When a function runs to its end, its stack is destroyed.
Normally, when a function is completed/executed, all of its variables are deleted.
When a function produces a value, it is said to return that value.
When a function is executed as new User(…), it does the following steps:.
When a function has a yield in it we call it a generator function. .
When a function is a property of an object it is referred to as a method.
First, when a function runs, a new function Lexical Environment is created automatically.
When a function calls another function, a new local symbol table is created for that call.
When a function returns a function, that is when the concept of closures becomes more relevant.
When a function gets called, some memory gets allocated for all of its local variables and some other information.
When a function is executed, the arguments to the function become the positional parameters during its execution.
When a function in Lua is defined, its body is compiled and stored in a global variable with the given name.
When a function has a rest parameter, it is treated as if it were an infinite series of optional parameters.
Well, when a function gets called, some memory gets allocated for all of its local variables and some other information.
When a function is specified as a class or object method, its[[HomeObject]] property becomes that object.
When a function contains only a single expression it can be represented as an expression function. .
When a function gets created and passed around or returned from another function, it carries a backpack with it.
When a function is used as a constructor(with the new keyword), its this is bound to the new object being constructed.
When a function is used as a constructor(with the new keyword), its this value is bound to the newly constructed object.
When a function is written enclosed in another function, it has full access to local variables from the enclosing function; .
When a function is used as a constructor(with the new keyword), its this is bound to the new object being constructed.
When a function returns, these“canaries” are checked and if they are found to have been changed the executable is immediately aborted.
When a function also depends on a parameter such as time, the gradient often refers simply to the vector of its spatial derivatives only.
When a function is activated(called) by the caller, a special object, called an activation object is created.