Lines Matching refs:name
37 #define V8_DECL_INTRINSIC(name, iname) k##name,
52 void Set(Local<Name> name, Local<Data> value,
54 void SetPrivate(Local<Private> name, Local<Data> value,
56 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value,
60 Local<Name> name,
66 * Whenever the property with the given name is accessed on objects
71 * \param name The name of the property for which an accessor is added.
94 Local<String> name, AccessorGetterCallback getter,
102 Local<Name> name, AccessorNameGetterCallback getter,
109 Local<String> name, AccessorGetterCallback getter,
116 Local<Name> name, AccessorNameGetterCallback getter,
128 Local<Name> name, AccessorNameGetterCallback getter,
137 void SetIntrinsicDataProperty(Local<Name> name, Intrinsic intrinsic,
156 * \param property The name of the property for which the request was
164 * Local<Name> name,
199 * \param property The name of the property for which the request was
222 * \param property The name of the property for which the request was
247 * \param property The name of the property for which the request was
281 * \param property The name of the property for which the request was
303 * \param property The name of the property for which the request was
421 * Let's use "function" as the JS variable name of the function object
564 * Set the class name of the FunctionTemplate. This is used for
568 void SetClassName(Local<String> name);
804 * Whenever the property with the given name is accessed on objects
809 * \param name The name of the property for which an accessor is added.
832 Local<String> name, AccessorGetterCallback getter,
839 Local<Name> name, AccessorNameGetterCallback getter,
846 Local<String> name, AccessorGetterCallback getter,
853 Local<Name> name, AccessorNameGetterCallback getter,
863 * Whenever a property whose name is a string or a symbol is accessed on
1042 void Template::Set(Isolate* isolate, const char* name, Local<Data> value,
1044 Set(String::NewFromUtf8(isolate, name, NewStringType::kInternalized)