HomeSort by relevance Sort by last modified time
    Searched refs:Persistent (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /external/v8/test/cctest/
test-compiler.cc 42 static v8::Persistent<v8::Context> env;
test-decls.cc 93 Persistent<Context> context_;
test-disasm-arm.cc 43 static v8::Persistent<v8::Context> env;
test-log-stack-tracer.cc 36 static v8::Persistent<v8::Context> env;
test-heap.cc 15 static v8::Persistent<v8::Context> env;
322 static void TestWeakGlobalHandleCallback(v8::Persistent<v8::Value> handle,
393 v8::Persistent<v8::Value> handle,
test-assembler-arm.cc 45 static v8::Persistent<v8::Context> env;
test-assembler-ia32.cc 47 static v8::Persistent<v8::Context> env;
test-strings.cc 31 static v8::Persistent<v8::Context> env;
test-disasm-ia32.cc 41 static v8::Persistent<v8::Context> env;
test-debug.cc 155 v8::Persistent<v8::Context> context_;
    [all...]
test-regexp.cc 672 v8::Persistent<v8::Context> env_;
    [all...]
  /external/v8/src/
d8.cc 93 Persistent<Context> Shell::utility_context_;
94 Persistent<Context> Shell::evaluation_context_;
634 Persistent<Context> thread_context = Context::New(NULL, global_template);
global-handles.cc 162 v8::Persistent<v8::Object> object = ToApi<v8::Object>(handle());
heap-profiler.cc 598 static void StackWeakReferenceCallback(Persistent<Value> object,
api.cc 404 if (IsDeadCheck("V8::Persistent::New")) return NULL;
405 LOG_API("Persistent::New");
    [all...]
handles.cc 405 static void ClearWrapperCache(Persistent<v8::Value> handle, void*) {
debug.cc 614 void ScriptCache::HandleWeakScript(v8::Persistent<v8::Value> obj, void* data) {
643 void Debug::HandleWeakDebugInfo(v8::Persistent<v8::Value> obj, void* data) {
    [all...]
  /external/webkit/WebCore/bindings/v8/
NPV8Object.cpp 128 v8npObject->v8Object = v8::Persistent<v8::Object>::New(object);
V8Index.h     [all...]
V8Proxy.cpp 83 v8::Persistent<v8::Context> V8Proxy::m_utilityContext;

Completed in 751 milliseconds

1 2 3 45