Lines Matching refs:name

38 #define V8_DECL_INTRINSIC(name, iname) k##name,
53 void Set(Local<Name> name, Local<Data> value,
55 void SetPrivate(Local<Private> name, Local<Data> value,
57 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value,
61 Local<Name> name,
67 * Whenever the property with the given name is accessed on objects
72 * \param name The name of the property for which an accessor is added.
89 Local<String> name, AccessorGetterCallback getter,
96 Local<Name> name, AccessorNameGetterCallback getter,
108 Local<Name> name, AccessorNameGetterCallback getter,
117 void SetIntrinsicDataProperty(Local<Name> name, Intrinsic intrinsic,
137 * \param property The name of the property for which the request was
145 * Local<Name> name,
180 * \param property The name of the property for which the request was
205 * \param property The name of the property for which the request was
231 * \param property The name of the property for which the request was
265 * \param property The name of the property for which the request was
287 * \param property The name of the property for which the request was
405 * Let's use "function" as the JS variable name of the function object
548 * Set the class name of the FunctionTemplate. This is used for
552 void SetClassName(Local<String> name);
788 * Whenever the property with the given name is accessed on objects
793 * \param name The name of the property for which an accessor is added.
810 Local<String> name, AccessorGetterCallback getter,
817 Local<Name> name, AccessorNameGetterCallback getter,
827 * Whenever a property whose name is a string or a symbol is accessed on
988 void Template::Set(Isolate* isolate, const char* name, Local<Data> value,
990 Set(String::NewFromUtf8(isolate, name, NewStringType::kInternalized)