Searched refs:Strong (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/ForwardingHeaders/heap/
H A DStrong.h3 #include <JavaScriptCore/Strong.h>
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DStrong.h38 template <typename T> class Strong : public Handle<T> { class in namespace:JSC
41 template <typename U> friend class Strong;
46 Strong() function in class:JSC::Strong
51 Strong(VM&, ExternalType = ExternalType());
53 Strong(VM&, Handle<T>);
55 Strong(const Strong& other) function in class:JSC::Strong
64 template <typename U> Strong(const Strong<U>& other) function in class:JSC::Strong
75 Strong(HashTableDeletedValueTa function in class:JSC::Strong
[all...]
H A DStrongInlines.h34 inline Strong<T>::Strong(VM& vm, ExternalType value) function in class:JSC::Strong
41 inline Strong<T>::Strong(VM& vm, Handle<T> handle) function in class:JSC::Strong
48 inline void Strong<T>::set(VM& vm, ExternalType value)
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptCachedFrameData.h35 #include <heap/Strong.h>
45 typedef HashMap< RefPtr<DOMWrapperWorld>, JSC::Strong<JSDOMWindow> > JSDOMWindowSet;
H A DJSCustomXPathNSResolver.h30 #include <heap/Strong.h>
58 // JSCustomXPathNSResolvers are always temporary so using a Strong reference is safe here.
59 JSC::Strong<JSC::JSObject> m_customResolver;
60 JSC::Strong<JSDOMWindow> m_globalObject;
H A DJSCallbackData.h35 #include <heap/Strong.h>
71 JSC::Strong<JSC::JSObject> m_callback;
72 JSC::Strong<JSDOMGlobalObject> m_globalObject;
H A DScheduledAction.h24 #include <heap/Strong.h>
68 JSC::Strong<JSC::Unknown> m_function;
69 Vector<JSC::Strong<JSC::Unknown> > m_args;
H A DScriptValue.h36 #include <heap/Strong.h>
77 JSC::Strong<JSC::Unknown> m_value;
H A DWorkerScriptController.h33 #include <heap/Strong.h>
95 JSC::Strong<JSWorkerContext> m_workerContextWrapper;
H A DScriptObject.h37 #include <heap/Strong.h>
H A DScriptController.h29 #include <heap/Strong.h>
65 typedef WTF::HashMap< RefPtr<DOMWrapperWorld>, JSC::Strong<JSDOMWindowShell> > ShellMap;
H A DJSDOMWindowShell.cpp81 Strong<JSDOMWindowPrototype> prototype(*JSDOMWindow::commonVM(), JSDOMWindowPrototype::create(*JSDOMWindow::commonVM(), 0, prototypeStructure));
H A DScriptCachedFrameData.cpp57 m_windows.add(iter->key.get(), Strong<JSDOMWindow>(window->vm(), window));
H A DJSDictionary.h30 #include <heap/Strong.h>
63 m_initializerObject = JSC::Strong<JSC::JSObject>(exec->vm(), initializerObject);
139 JSC::Strong<JSC::JSObject> m_initializerObject;
H A DWorkerScriptController.cpp84 Strong<JSWorkerContextPrototype> workerContextPrototype(*m_vm, JSWorkerContextPrototype::create(*m_vm, 0, workerContextPrototypeStructure));
88 Strong<JSDedicatedWorkerContextPrototype> dedicatedContextPrototype(*m_vm, JSDedicatedWorkerContextPrototype::create(*m_vm, 0, dedicatedContextPrototypeStructure));
102 Strong<JSSharedWorkerContextPrototype> sharedContextPrototype(*m_vm, JSSharedWorkerContextPrototype::create(*m_vm, 0, sharedContextPrototypeStructure));
H A DJSEventListener.h83 JSC::Strong<JSC::JSObject> wrapper(*m_isolatedWorld->vm(), m_wrapper.get());
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DVM.h48 #include "Strong.h"
237 Strong<Structure> structureStructure;
238 Strong<Structure> structureRareDataStructure;
239 Strong<Structure> debuggerActivationStructure;
240 Strong<Structure> terminatedExecutionErrorStructure;
241 Strong<Structure> stringStructure;
242 Strong<Structure> notAnObjectStructure;
243 Strong<Structure> propertyNameIteratorStructure;
244 Strong<Structure> getterSetterStructure;
245 Strong<Structur
[all...]
H A DRegExpCache.h30 #include "Strong.h"
61 WTF::FixedArray<Strong<RegExp>, maxStrongCacheableEntries> m_strongCache; // Holds a select few regular expressions that have compiled and executed
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DScriptArguments.h34 #include <heap/Strong.h>
67 JSC::Strong<JSC::JSGlobalObject> m_globalObject;
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_root.h29 #include <heap/Strong.h>
91 Strong<JSGlobalObject> m_globalObject;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebScriptDebugger.h32 #include <heap/Strong.h>
73 JSC::Strong<JSC::JSGlobalObject> m_globalObject;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNPJSObject.h31 #include <JavaScriptCore/Strong.h>
95 JSC::Strong<JSC::JSObject> m_jsObject;
H A DNPRuntimeObjectMap.cpp40 #include <JavaScriptCore/Strong.h>
187 Strong<JSGlobalObject> globalObject(this->globalObject()->vm(), this->globalObject());
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DSpillPlacement.h110 /// @param Strong When true, double the negative bias for these blocks.
111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.h79 Strong<JSObject> callee;
81 Strong<ExecutableBase> executable;
82 Strong<UnlinkedCodeBlock> codeBlock;

Completed in 236 milliseconds

12