Lines Matching refs:name
32 * Returns the print name string of the private symbol, or undefined if none.
37 * Create a private symbol. If name is not empty, it will be the description.
40 Local<String> name = Local<String>());
43 * Retrieve a global private symbol. If a symbol with this name has not
47 * Also, there is only one global name space for the names used as keys.
51 static Local<Private> ForApi(Isolate* isolate, Local<String> name);
329 * \note Has() converts the key to a name, which possibly calls back into
350 Local<Context> context, Local<Name> name,
358 void SetAccessorProperty(Local<Name> name, Local<Function> getter,
368 Local<Context> context, Local<Name> name,
376 * Attempts to create a property with the given name which behaves like a data
384 Local<Context> context, Local<Name> name,
480 * Returns the name of the function invoked as a constructor for this object.