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