/external/chromium_org/v8/include/ |
v8.h | 128 class M = NonCopyablePersistentTraits<T> > class Persistent; 201 * There are two types of handles: local and persistent handles. 203 * local operations. They are managed by HandleScopes. Persistent 289 const Persistent<S>& that) const { 325 template<class F, class M> friend class Persistent; 404 template<class F, class M> friend class Persistent; 465 Persistent<T, M>* object, 476 * A persistent handle contains a reference to a storage cell within 587 template<class F1, class F2> friend class Persistent; 602 * Default traits for Persistent. This class does not allo [all...] |
/external/chromium_org/chrome/renderer/extensions/ |
scoped_persistent.h | 13 // A v8::Persistent handle to a V8 value which destroys and clears the 81 v8::Persistent<T> handle_;
|
object_backed_native_handler.cc | 65 v8::Persistent<v8::Object> data(isolate, v8::Object::New());
|
v8_schema_registry.cc | 99 v8::Persistent<v8::Object> v8_schema(context->GetIsolate(),
|
/external/chromium_org/gin/modules/ |
module_registry.h | 94 v8::Persistent<v8::Object> modules_;
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8AbstractEventListener.h | 97 v8::Persistent<v8::Object>& existingListenerObjectPersistentHandle()
|
V8ValueCache.cpp | 78 returnValue.Set(*cachedV8String.persistent()); 94 v8::Persistent<v8::String> wrapper(isolate, newString);
|
DOMDataStore.h | 104 static void setWrapperReference(const v8::Persistent<v8::Object>& parent, T* child, v8::Isolate* isolate) 144 inline void setReference(const v8::Persistent<v8::Object>& parent, T* child, v8::Isolate* isolate) 196 ASSERT(unsafePersistent.isEmpty() || !(holder == *unsafePersistent.persistent()) || current(v8::Isolate::GetCurrent()).m_type == MainWorld); 197 return holder == *unsafePersistent.persistent();
|
ScriptWrappable.h | 71 v8::Persistent<v8::Object> persistent(isolate, wrapper); 72 configuration.configureWrapper(&persistent); 73 persistent.SetWeak(this, &setWeakCallback); 74 m_wrapperOrTypeInfo = reinterpret_cast<uintptr_t>(persistent.ClearAndLeak()) | 1; 89 return toWrapperTypeInfo(*(unsafePersistent().persistent())); 181 ASSERT(value == *unsafePersistent().persistent()); 193 ASSERT(*data.GetParameter()->unsafePersistent().persistent() == data.GetValue());
|
/external/chromium_org/v8/src/ |
allocation-tracker.h | 116 v8::Persistent<v8::Value>* obj,
|
d8-readline.cc | 147 static Persistent<Array> current_completions;
|
d8.h | 387 static Persistent<Context> evaluation_context_; 389 static Persistent<Context> utility_context_; 425 Persistent<Object>* object,
|
/external/v8/src/ |
d8.h | 274 static Persistent<Context> CreateEvaluationContext(); 368 static Persistent<Context> evaluation_context_; 370 static Persistent<Context> utility_context_; 389 static void ExternalArrayWeakCallback(Persistent<Value> object, void* data);
|
/external/v8/test/cctest/ |
test-serialize.cc | 245 v8::Persistent<v8::Context> env = v8::Context::New(); 296 v8::Persistent<v8::Context> env = v8::Context::New(); 309 v8::Persistent<v8::Context> env = v8::Context::New(); 322 v8::Persistent<v8::Context> env = v8::Context::New(); 339 v8::Persistent<v8::Context> env = v8::Context::New(); 354 v8::Persistent<v8::Context> env = v8::Context::New(); 477 v8::Persistent<v8::Context> env = v8::Context::New();
|
test-heap-profiler.cc | 858 v8::Persistent<v8::String> p_AAA = 859 v8::Persistent<v8::String>::New(v8_str("AAA")); 861 v8::Persistent<v8::String> p_BBB = 862 v8::Persistent<v8::String>::New(v8_str("BBB")); 864 v8::Persistent<v8::String> p_CCC = 865 v8::Persistent<v8::String>::New(v8_str("CCC")); 916 objects_[i] = v8::Persistent<v8::Object>::New(v8::Object::New()); 932 v8::Persistent<v8::Object>::Cast(objects_[0]), &objects_[1], 1); 935 v8::Persistent<v8::Object>::Cast(objects_[1]), &objects_[2], 2); 938 v8::Persistent<v8::Value> objects_[kObjectsCount] [all...] |
test-api.cc | 66 using ::v8::Persistent; [all...] |
test-random.cc | 39 static v8::Persistent<v8::Context> env;
|
test-alloc.cc | 125 v8::Persistent<v8::Context> env = v8::Context::New(); 147 v8::Persistent<v8::Context> env = v8::Context::New();
|
test-log.cc | 218 v8::Persistent<v8::Context> context = v8::Context::New(); 372 v8::Persistent<v8::FunctionTemplate> obj = 373 v8::Persistent<v8::FunctionTemplate>::New(v8::FunctionTemplate::New()); 422 v8::Persistent<v8::FunctionTemplate> obj = 423 v8::Persistent<v8::FunctionTemplate>::New(v8::FunctionTemplate::New());
|
test-heap.cc | 15 static v8::Persistent<v8::Context> env; 334 static void TestWeakGlobalHandleCallback(v8::Persistent<v8::Value> handle, 1016 v8::Persistent<v8::Context> ctx[kNumTestContexts]; [all...] |
/external/chromium_org/v8/samples/ |
process.cc | 134 Persistent<Context> context_; 135 Persistent<Function> process_; 136 static Persistent<ObjectTemplate> request_template_; 137 static Persistent<ObjectTemplate> map_template_; 168 // affect each other. Context::New returns a persistent handle which 170 // this method. That persistent handle has to be disposed in the 199 // Store the function in a Persistent handle, since we also want 294 // Dispose the persistent handles. When noone else has any 302 Persistent<ObjectTemplate> JsHttpRequestProcessor::request_template_; 303 Persistent<ObjectTemplate> JsHttpRequestProcessor::map_template_ [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestInterfacePython.h | 56 static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
|
V8TestInterfacePython2.h | 54 static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
|
/external/v8/samples/ |
shell.cc | 48 v8::Persistent<v8::Context> CreateShellContext(); 71 v8::Persistent<v8::Context> context = CreateShellContext(); 94 v8::Persistent<v8::Context> CreateShellContext() {
|
/external/chromium_org/gin/ |
array_buffer.cc | 73 v8::Persistent<v8::ArrayBuffer> array_buffer_;
|