HomeSort by relevance Sort by last modified time
    Searched defs:JSC (Results 301 - 325 of 394) sorted by null

<<111213141516

  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 33 namespace JSC {
317 } // namespace JSC
Operations.h 31 namespace JSC {
414 } // namespace JSC
PropertySlot.h 30 namespace JSC {
208 } // namespace JSC
ScopeChain.h 26 namespace JSC {
240 } // namespace JSC
StructureTransitionTable.h 37 namespace JSC {
163 } // namespace JSC
  /external/webkit/JavaScriptCore/wtf/
DateMath.h 98 #if USE(JSC)
99 namespace JSC {
220 } // namespace JSC
221 #endif // USE(JSC)
  /external/webkit/WebCore/bindings/js/
ScriptController.h 42 namespace JSC {
63 typedef HashMap<void*, RefPtr<JSC::Bindings::RootObject> > RootObjectMap;
67 typedef WTF::HashMap< RefPtr<DOMWrapperWorld>, JSC::ProtectedPtr<JSDOMWindowShell> > ShellMap;
116 void attachDebugger(JSC::Debugger*); // Attaches/detaches in all worlds/window shells.
117 void attachDebugger(JSDOMWindowShell*, JSC::Debugger*);
142 JSC::Bindings::RootObject* bindingRootObject();
144 PassRefPtr<JSC::Bindings::RootObject> createRootObject(void* nativeHandle);
153 JSC::JSObject* jsObjectForPluginElement(HTMLPlugInElement*);
182 RefPtr<JSC::Bindings::RootObject> m_bindingRootObject;
  /external/webkit/WebCore/bridge/c/
c_instance.cpp 51 namespace JSC {
54 using JSC::UString;
56 static JSC::UString& globalExceptionString()
58 DEFINE_STATIC_LOCAL(JSC::UString, exceptionStr, ());
  /external/webkit/WebCore/bridge/jni/
JNIBridge.h 35 #if USE(JSC)
41 namespace JSC {
67 #if USE(JSC)
119 } // namespace JSC
JNIUtility.cpp 33 namespace JSC {
341 } // namespace JSC
JNIUtility.h 53 namespace JSC {
271 } // namespace JSC
jni_jsobject.h 37 #define jlong_to_impptr(a) (static_cast<JSC::JSObject*>(((void*)(uintptr_t)(a))))
40 namespace JSC {
110 } // namespace JSC
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 33 namespace JSC {
54 // JSC sends null for an array that is not an array of strings or basic types,
58 // Sending NULL as JSC does seems dangerous. (Imagine the java method that asks
70 // Match JSC behavior by only allowing Object arrays if they are Strings.
185 // JSC sends null for an array that is not an array of strings or basic types.
189 // Sending NULL as JSC does seems dangerous. (Imagine the java method that asks
253 // For the undefined value, JSC sends the String "undefined". Feels to me like we
459 } // end of namespace JSC
  /external/webkit/WebCore/bridge/jsc/
BridgeJSC.h 30 #if USE(JSC)
37 namespace JSC {
147 } // namespace JSC
149 #endif // USE(JSC)
  /external/webkit/WebCore/bridge/objc/
objc_utility.h 41 namespace JSC {
86 } // namespace JSC
  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.h 32 #if ENABLE(JAVASCRIPT_DEBUGGER) && USE(JSC)
41 namespace JSC {
55 class JavaScriptDebugServer : JSC::Debugger, public Noncopyable {
65 void addBreakpoint(intptr_t sourceID, unsigned lineNumber, const JSC::UString& condition);
66 void updateBreakpoint(intptr_t sourceID, unsigned lineNumber, const JSC::UString& condition);
98 BreakpointInfo(const JSC::UString& condition) : m_condition(condition) {}
99 const JSC::UString& condition() const;
100 void setCondition(const JSC::UString& condition);
102 JSC::UString m_condition;
120 void updateBreakpointInfo(BreakpointInfo* info, const JSC::UString& condition)
    [all...]
  /external/webkit/WebCore/platform/text/
PlatformString.h 53 #if USE(JSC)
54 namespace JSC {
71 #if USE(JSC)
72 String(const JSC::Identifier&);
73 String(const JSC::UString&);
90 #if USE(JSC)
91 operator JSC::UString() const;
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 41 namespace JSC {
603 } // namespace JSC
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86_64.h 37 namespace JSC {
449 } // namespace JSC
  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.cpp 40 namespace JSC {
406 } // namespace JSC
StructureStubInfo.h 36 namespace JSC {
181 } // namespace JSC
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 30 namespace JSC {
153 } // namespace JSC
RegisterFile.h 44 namespace JSC {
263 } // namespace JSC
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 44 namespace JSC {
  /external/webkit/JavaScriptCore/profiler/
ProfileNode.h 37 namespace JSC {
166 } // namespace JSC

Completed in 215 milliseconds

<<111213141516