HomeSort by relevance Sort by last modified time
    Searched refs:JSGlobalData (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /external/webkit/Source/JavaScriptCore/runtime/
InitializeThreading.cpp 57 JSGlobalData::storeVPtrs();
JSONObject.h 39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
JSObjectWithGlobalObject.cpp 44 JSObjectWithGlobalObject::JSObjectWithGlobalObject(JSGlobalData& globalData, JSGlobalObject* globalObject, Structure* structure)
NativeErrorConstructor.h 38 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
NumberConstructor.h 40 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
NumberObject.cpp 34 NumberObject::NumberObject(JSGlobalData& globalData, Structure* structure)
ObjectConstructor.h 39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
StringObjectThatMasqueradesAsUndefined.h 45 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
StringPrototype.h 37 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
JSString.h 38 JSString* jsEmptyString(JSGlobalData*);
40 JSString* jsString(JSGlobalData*, const UString&); // returns empty string if passed null string
43 JSString* jsSingleCharacterString(JSGlobalData*, UChar);
46 JSString* jsSubstring(JSGlobalData*, const UString&, unsigned offset, unsigned length);
51 JSString* jsNontrivialString(JSGlobalData*, const UString&);
53 JSString* jsNontrivialString(JSGlobalData*, const char*);
59 JSString* jsOwnedString(JSGlobalData*, const UString&);
68 friend class JSGlobalData;
187 ALWAYS_INLINE JSString(JSGlobalData* globalData, const UString& value)
198 JSString(JSGlobalData* globalData, const UString& value, HasOtherOwnerType
    [all...]
CommonIdentifiers.h 83 CommonIdentifiers(JSGlobalData*);
84 friend class JSGlobalData;
Error.h 32 class JSGlobalData;
58 JSObject* addErrorInfo(JSGlobalData*, JSObject* error, int line, const SourceCode&);
JSArray.h 66 explicit JSArray(JSGlobalData&, Structure*);
67 JSArray(JSGlobalData&, Structure*, unsigned initialLength, ArrayCreationMode);
68 JSArray(JSGlobalData&, Structure*, const ArgList& initialValues);
99 void setIndex(JSGlobalData& globalData, unsigned i, JSValue v)
113 void uncheckedSetIndex(JSGlobalData& globalData, unsigned i, JSValue v)
126 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
185 inline bool isJSArray(JSGlobalData* globalData, JSCell* cell) { return cell->vptr() == globalData->jsArrayVPtr; }
186 inline bool isJSArray(JSGlobalData* globalData, JSValue v) { return v.isCell() && isJSArray(globalData, v.asCell()); }
JSZombie.h 37 JSZombie(JSGlobalData& globalData, const ClassInfo* oldInfo, Structure* structure)
69 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
StringObject.h 48 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
55 StringObject(JSGlobalData&, Structure*, JSString*);
  /external/webkit/Source/JavaScriptGlue/
JSRun.h 38 JSGlueGlobalObject(JSGlobalData&, Structure*, JSFlags = kJSFlagNone);
UserObjectImp.h 39 UserObjectImp(JSGlobalData&, Structure*, JSUserObject*);
61 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebCore/bindings/js/
JSAudioConstructor.h 41 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
JSNodeFilterCustom.cpp 45 PassRefPtr<NodeFilter> toNodeFilter(JSGlobalData& globalData, JSValue value)
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyRuntimeObject.h 44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.h 45 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
NPRuntimeObjectMap.h 37 class JSGlobalData;
65 NPObject* getOrCreateNPObject(JSC::JSGlobalData&, JSC::JSObject*);
  /external/webkit/Source/JavaScriptCore/debugger/
DebuggerActivation.h 37 DebuggerActivation(JSGlobalData&, JSObject*);
52 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/JavaScriptCore/jit/
JITCode.h 38 class JSGlobalData;
75 inline JSValue execute(RegisterFile* registerFile, CallFrame* callFrame, JSGlobalData* globalData)
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.h 57 void setPrivateProperty(JSGlobalData& globalData, JSCell* owner, const Identifier& propertyName, JSValue value)
89 void setPrivateProperty(JSGlobalData& globalData, JSCell* owner, const Identifier& propertyName, JSValue value)
121 JSCallbackObject(JSGlobalData&, JSClassRef, Structure*);
131 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
141 void setPrivateProperty(JSGlobalData& globalData, const Identifier& propertyName, JSValue value)

Completed in 380 milliseconds

1 2 34 5 6 7 8 91011