Prototype function is faster, but it is created before object, and don't know anything about an object itself.
原型的功能是比较快的,但它是之前创建的对象,而不知道本身什么对象。
So up top, the function prototype.
在顶端,那个函数原型。
Function prototype declarations for functions being probed.
_要探测的函数的函数原型声明。
What's the prototype of a function?
什么是一个函数的原型呢?
Therefore, the header file should include the prototype of the function and also a dummy function definition.
因此,头文件应该包含函数的原型和一个虚拟的函数定义。
The prototype was extensive, exposing a new function for Information Management.
这个原型十分宽泛,为信息管理提供了一个新的功能。
In the case where the data type of the parameter is defined by a function prototype, the parameter is converted to that type according the standard rules.
在参数的数据类型是由函数原型定义的情况中,参数应该根据标准规则转换成这种类型。
Tracing of exit/return value of a function is possible by applying trace hook at exit point and specifying function prototype.
通过在出口点应用跟踪钩子并指定函数原型,可以探测函数的退出/返回值。
The only thing that you have to put in the function prototype, again, is three things; one, the name of the function; the return value; and its arguments.
你唯一要加入到函数原型中的东西,是有三个东西,一,函数的名字,返回值,和它的参数。
Consider the prototype for a simple square root function shown in Listing 1.
请考虑清单1所示的平方根函数的原型。
For some reason, at the top of this file, I've also included what I've called a function prototype.
因为一些原因,在这个文件顶端,我包含了一个函数原型。
Declare its prototype here and start with the main function.
在这里,要声明其原型并从main函数开始。
Each generated function USES an XHR object whose prototype can be found in the xhr.js file that MonitorPage.jsp imports in its header.
每个生成的函数使用一个xhr对象,对象的原型可以在MonitorPage . jsp在其头部导入的xhr . js文件中找到。
Note that path: : name_check refers to a name-checking function prototype.
请注意,path: name_check指的是一个名称检查函数原型。
To access arguments, we do not need to specify the prototype of function for ProbeVue.
对于访问参数,不需要为ProbeVue指定函数原型。
If the call is successful (returning an HTTP 200), the update function is called. Listing 15 USES Prototype for the Ajax call.
如果调用成功(返回HTTP 200),则会调用update函数。
To access arguments you need to specify the prototype of the function for ProbeVue to recognize the data type of the argument to be fetched.
要想访问参数,需要指定函数的原型,让ProbeVue知道要获取的参数的数据类型。
Tracing of arguments passed to function is feasible when probe type is entry and requires function prototype to be defined at the beginning of Vue script or through header file.
当探测类型为入口时,可以探测传递给函数的参数,这要求在vue脚本的开头或通过头文件定义函数原型。
To access the input arguments, the VUE script must declare a function prototype of the function being probed. For example.
为了访问输入参数,vue脚本必须声明要探测的函数的函数原型。
Tracing of arguments passed to the function is feasible when the probe type is entry and requires that the function prototype be defined at the beginning of the Vue script or through a header file.
如果探查类型是入口,就可以探查传递给函数的参数,这要求在vue脚本的开头或通过头文件定义函数的原型。
To access the arguments of any given function you need to provide the function prototype for ProbeVue so that it knows which argument is of which data type.
要想访问函数的参数,需要向ProbeVue提供函数原型,让它知道参数的数据类型。
Also, the function returns a Boolean value because the callback prototype for the delete-event signal defined for GtkWidget states a Boolean return.
而且,该函数返回布尔值,因为为gtk Widget定义的delete - event信号的回调原型指明的是布尔返回值。
This lookup is recursive: if the instance defined in prototype cannot find an attribute or function, it will look in its prototype, and so on.
这种查找是递归的:如果在prototype 内定义的实例不能找到属性或函数,它就会在其原型中查找,依此类推。
Unlike jQuery, where you simply use the dollar function to get the context variable, in Prototype you need to use the Event.element function.
与jQuery中使用美元符号函数获取上下文变量不同的是,在Prototype中需要使用Event . element函数。
You can implement the reentrant version of this function by changing the prototype of the function. This listing provides storage for the output string
通过修改函数的原型,您可以实现这个函数的可重入版本。
So putting back that prototype allows me to compile this, because I'm saying proactively to the compiler hey, you're going to see a function called increment.
把那个原型放回原处使我能够编译它,因为我提前向编译器打了招呼,将看到一个叫做increment的函数。
You can read data from a /proc entry (from the kernel to the user) by using the read_proc function. This function has the following prototype
我们可以使用 read_proc函数从一个 /proc项中读取数据(从内核空间到用户空间)。
If the record is not found, I create a new Employee prototype by invoking the Employee constructor function with the appropriate fields from the panel. Here's the Employee constructor function.
如果没有找到记录,就使用面板中适当的字段,调用Employee构造函数创建一个新的Employee原型。
It's a little redundant, admittedly, but I include not the same function, but just its prototype, as I say in the comment here.
它确实是有点长的,但是我包含的不是同一个函数,而只是一个原型,就像我这里的注释所说的。
The function prototype is also shown in Listing 7.
这个函数原型如清单7所示。
应用推荐