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

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DLiteralParser.h62 Strong<Unknown> m_value;
H A DCodeCache.h32 #include "Strong.h"
129 Strong<JSCell> cell;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScheduledAction.cpp74 m_args.append(Strong<JSC::Unknown>(exec->vm(), exec->argument(i)));
H A DScriptValue.cpp40 #include <heap/Strong.h>
H A DSerializedScriptValue.h31 #include <heap/Strong.h>
H A DScriptController.cpp110 Strong<JSDOMWindowShell> windowShell(*world->vm(), JSDOMWindowShell::create(m_frame->document()->domWindow(), structure, world));
111 Strong<JSDOMWindowShell> windowShell2(windowShell);
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebkitplatformplugin.h102 None, Weak, Medium, Strong enumerator in enum:QWebHapticFeedbackPlayer::HapticStrength
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h102 None, Weak, Medium, Strong enumerator in enum:QWebHapticFeedbackPlayer::HapticStrength
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DSpillPlacement.cpp255 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { argument
259 if (Strong)
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h33 #include <JavaScriptCore/Strong.h>
335 HashMap<uint32_t, JSC::Strong<JSC::JSObject> > m_idToJSObjectMap;
H A DNetscapePluginInstanceProxy.mm153 m_idToJSObjectMap.set(objectID, Strong<JSObject>(vm, object));
193 HashMap<uint32_t, JSC::Strong<JSC::JSObject> >::iterator iter = m_idToJSObjectMap.find(objectID);
886 Strong<JSGlobalObject> globalObject(*pluginWorld()->vm(), frame->script()->globalObject(pluginWorld()));
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSamplingTool.h32 #include "Strong.h"
206 Strong<ScriptExecutable> m_executable;
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHandle.h48 template <typename T> friend class Strong;
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp680 Strong<JSObject>(*vm, callFrame->callee()),
682 Strong<ExecutableBase>(*vm, callerCodeBlock->ownerExecutable()),
683 Strong<UnlinkedCodeBlock>(*vm, callerCodeBlock->unlinkedCodeBlock()),
694 StackFrame s = { Strong<JSObject>(*vm, callFrame->callee()), StackFrameNativeCode, Strong<ExecutableBase>(), Strong<UnlinkedCodeBlock>(), 0, 0, 0, 0, 0, String()};
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSContext.mm47 JSC::Strong<JSC::JSObject> m_exception;
H A DJSValue.mm599 Vector<JSC::Strong<JSC::Unknown>> m_jsValues;
617 m_jsValues.append(JSC::Strong<JSC::Unknown>(exec->vm(), toJSForGC(exec, task.js)));
825 Vector<JSC::Strong<JSC::Unknown>> m_jsValues;
844 m_jsValues.append(JSC::Strong<JSC::Unknown>(exec->vm(), toJSForGC(exec, task.js)));
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h687 Strong<JSScope> m_scope;
688 Strong<UnlinkedCodeBlock> m_codeBlock;
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequest.cpp60 #include <heap/Strong.h>
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dinform.vim123 syn keyword informLibAction JumpOver Tie Drink Fill Sorry Strong

Completed in 282 milliseconds

12