The invocation arguments are treated like a stack structure whereby contextual data is pushed into and popped from the arguments.
调用参数被当作一个栈结构,上下文数据通过这个结构进出参数。
If an error occurs during execution, a Lua string is pushed on the stack.
如果在执行时出现了错误,就向堆栈中压入一个lua字符串。
As we click around in the application, new events will be pushed onto the top of the stack, and the pointer will identify the last element added.
当我们在应用程序中单击的时候,新的事件将被压入堆栈顶部,指针指向最后添加的元素。
Each time an entry address is encountered in the trace file, it's pushed onto the stack.
每次在跟踪文件中碰到一个入口地址时,就将其压入堆栈。
Bash responds with the directory you pushed and a list of all the directories currently in the stack separated by a space.
Bash使用您压入的目录和当前在堆栈中的所有目录列表(目录之间用一个空格来分隔)来作出响应。
In this example, when main called function1 , it pushed the values for c, then b, then a onto the stack.
在这个例子中,当main调用function1时,它将c的值压入堆栈,然后压入b的值,最后压入a的值。
The return value is the number of objects the function pushed on the stack.
返回值是该函数push到栈上的对象的数量。
Three arguments are now pushed onto the stack, and the print_array10 function is called (line 37).
现在将三个参数压入堆栈,并调用print_array 10函数(第37行)。
After this, the address of the string usort_str is pushed onto the stack (line 30).
在此之后,字符串的地址usort_str被压入堆栈(第30行)。
The push method observes the current top node, constructs a new node to be pushed on the stack, and then, if the topmost node has not changed since the initial observation, installs the new node.
push方法观察当前最顶的节点,构建一个新节点放在堆栈上,然后,如果最顶端的节点在初始观察之后没有变化,那么就安装新节点。
Code to be executed is not treated differently; it is simply pushed on the stack, to be executed by the lua_pcall function.
待执行的代码都被同等对待;首先被push到栈上,然后等待lua_pcall函数来执行它。
Notice that if we click back a few times, then click Add, the stack is truncated, and the new event is pushed onto the top of the shortened stack.
还要注意的是,如果单击几次后退然后再单击add,那么堆栈会被截掉一部分,新的事件被压入缩短的堆栈顶部。
This object, of course, is pushed on the stack.
当然,这个对象被push到栈上。
Each time a function is called, some state information needs to be pushed on a stack, so that once the function has completed, execution can continue where it left off.
每次函数调用,一些状况信息须要推动栈中,所以一旦该函数完成,履行将从它分开的处所持续。
Does a stack frame really get pushed onto the stack when a function is called?
做一个堆栈帧真的得到推送到堆栈在调用函数时?
Each time a function is called, some state information needs to be pushed on a stack, so that once the function has completed, execution can continue from where it left off.
每次函数调用,一些状态信息需要推进栈中,所以一旦该函数完成,执行将从它离开的地方继续。
Parameters are pushed onto the stack from right to left.
型参按照从右至左的顺序被推入栈中。
The scope becomes the new current scope and is pushed onto a stack of scopes.
此范围成为当前新的范围,并推入到范围堆栈中。
The arguments to the function are pushed onto the stack in a certain order. The return value is passed back to the invoking function in a certain way.
传递给该函数的参数已某个确定的顺序压入栈,他的返回值也以确定的方式传回调用者。
The type token is pushed onto the stack.
将型别语汇基元推入至堆叠。
The value type pointer is pushed onto the stack.
将值类型指针推送到堆栈上。
A value type reference is pushed onto the stack.
将实值型别参考推入至堆叠。
An object reference (or pointer) is pushed onto the stack.
将对象引用(或指针)推送到堆栈上。
An object reference is pushed onto the stack.
将对象引用推送到堆栈上。
The argument value at index 2 is pushed onto the stack.
将索引为2的参数值推送到堆栈上。
The argument value at index 3 is pushed onto the stack.
将索引为3的参数值推送到堆栈上。
The argument value at index 1 is pushed onto the stack.
将索引为 1的参数值推送到堆栈上。
An object reference to the new array is pushed onto the stack.
将对新数组的对象引用推送到堆栈上。
The result is pushed onto the stack.
结果被推送到堆栈上。
The number of elements in the array is pushed onto the stack.
将数组中元素的数目推送到堆栈上。
应用推荐