Lines Matching defs:isolate
56 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value,
159 * isolate, receiver, return value, or whether running in `'use strict`' mode.
170 * v8::FunctionTemplate::New(isolate);
204 * isolate, receiver, return value, or whether running in `'use strict'` mode.
225 * isolate, receiver, return value, or whether running in `'use strict'` mode.
250 * isolate, receiver, return value, or whether running in `'use strict'` mode.
286 * isolate, receiver, return value, or whether running in `'use strict'` mode.
306 * isolate, receiver, return value, or whether running in `'use strict'` mode.
399 * v8::Local<v8::FunctionTemplate> t = v8::FunctionTemplate::New(isolate);
400 * t->Set(isolate, "func_property", v8::Number::New(isolate, 1));
403 * proto_t->Set(isolate,
405 * v8::FunctionTemplate::New(isolate, InvokeCallback));
406 * proto_t->Set(isolate, "proto_const", v8::Number::New(isolate, 2));
410 String::NewFromUtf8Literal(isolate, "instance_accessor"),
414 * instance_t->Set(String::NewFromUtf8Literal(isolate, "instance_property"),
415 * Number::New(isolate, 3));
485 Isolate* isolate, FunctionCallback callback = nullptr,
496 Isolate* isolate, FunctionCallback callback = nullptr,
507 Isolate* isolate, FunctionCallback callback,
795 Isolate* isolate,
994 static Local<ObjectTemplate> New(internal::Isolate* isolate,
1011 Isolate* isolate,
1029 Isolate* isolate,
1042 void Template::Set(Isolate* isolate, const char* name, Local<Data> value,
1044 Set(String::NewFromUtf8(isolate, name, NewStringType::kInternalized)