Searched refs:tearOff (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArguments.h82 void tearOff(CallFrame*);
83 void tearOff(CallFrame*, InlineCallFrame*);
303 tearOff(callFrame);
329 tearOff(callFrame, inlineCallFrame);
H A DJSActivation.h80 void tearOff(VM&);
146 inline void JSActivation::tearOff(VM& vm) function in class:JSC::JSActivation
H A DArguments.cpp375 void Arguments::tearOff(CallFrame* callFrame) function in class:JSC::Arguments
415 tearOff(exec);
418 void Arguments::tearOff(CallFrame* callFrame, InlineCallFrame* inlineCallFrame) function in class:JSC::Arguments
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DStackVisitor.cpp254 arguments->tearOff(physicalFrame, m_inlineCallFrame);
259 arguments->tearOff(physicalFrame);
H A DInterpreter.cpp466 activationObject->tearOff(*scope->vm());
476 arguments->tearOff(callFrame, visitor->inlineCallFrame());
479 arguments->tearOff(callFrame);
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp1250 jsCast<JSActivation*>(LLINT_OP(1).jsValue())->tearOff(vm);
1262 arguments->tearOff(exec);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmenubar.itk169 option add *Menubar*Menu*tearOff false widgetDefault
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp1536 jsCast<JSActivation*>(activationCell)->tearOff(vm);
1546 jsCast<Arguments*>(argumentsCell)->tearOff(exec);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOperations.cpp782 jsCast<Arguments*>(argumentsCell)->tearOff(exec, inlineCallFrame);
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl350 option add $optclass*Menu.tearOff 0

Completed in 273 milliseconds