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

12 3 4 5 6 7 8 91011

  /external/webkit/Source/JavaScriptCore/runtime/
JSObjectWithGlobalObject.h 37 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
49 JSObjectWithGlobalObject(JSGlobalData&, JSGlobalObject*, Structure*);
RegExpCache.h 46 RegExpCache(JSGlobalData* globalData);
61 JSGlobalData* m_globalData;
CommonIdentifiers.cpp 30 CommonIdentifiers::CommonIdentifiers(JSGlobalData* globalData)
JSActivation.h 65 void copyRegisters(JSGlobalData&);
69 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info); }
78 bool symbolTablePut(JSGlobalData&, const Identifier&, JSValue);
79 bool symbolTablePutWithAttributes(JSGlobalData&, const Identifier&, JSValue, unsigned attributes);
JSPropertyNameIterator.h 48 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
68 void setCachedStructure(JSGlobalData& globalData, Structure* structure)
76 void setCachedPrototypeChain(JSGlobalData& globalData, StructureChain* cachedPrototypeChain) { m_cachedPrototypeChain.set(globalData, this, cachedPrototypeChain); }
90 inline void Structure::setEnumerationCache(JSGlobalData& globalData, JSPropertyNameIterator* enumerationCache)
RegExp.h 34 class JSGlobalData;
40 static PassRefPtr<RegExp> create(JSGlobalData* globalData, const UString& pattern, RegExpFlags);
60 RegExp(JSGlobalData* globalData, const UString& pattern, RegExpFlags);
68 RegExpState compile(JSGlobalData*);
JSObject.h 37 #include "JSGlobalData.h"
43 inline JSCell* getJSFunction(JSGlobalData& globalData, JSValue value)
90 void setPrototype(JSGlobalData&, JSValue prototype);
91 bool setPrototypeWithCycleCheck(JSGlobalData&, JSValue prototype);
93 void setStructure(JSGlobalData&, Structure*);
94 Structure* inheritorID(JSGlobalData&);
112 virtual void putWithAttributes(JSGlobalData*, const Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot);
113 virtual void putWithAttributes(JSGlobalData*, const Identifier& propertyName, JSValue value, unsigned attributes);
114 virtual void putWithAttributes(JSGlobalData*, unsigned propertyName, JSValue value, unsigned attributes);
149 JSValue getDirect(JSGlobalData& globalData, const Identifier& propertyName) cons
    [all...]
InternalFunction.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
53 InternalFunction(JSGlobalData*, JSGlobalObject*, Structure*, const Identifier&);
JSLock.h 52 class JSGlobalData;
60 JSLock(JSGlobalData*);
JSVariableObject.h 61 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
69 JSVariableObject(JSGlobalData& globalData, Structure* structure, SymbolTable* symbolTable, Register* registers)
78 PassOwnArrayPtr<WriteBarrier<Unknown> > copyRegisterArray(JSGlobalData&, WriteBarrier<Unknown>* src, size_t count, size_t callframeStarts);
84 bool symbolTablePut(JSGlobalData&, const Identifier&, JSValue);
85 bool symbolTablePutWithAttributes(JSGlobalData&, const Identifier&, JSValue, unsigned attributes);
113 inline bool JSVariableObject::symbolTablePut(JSGlobalData& globalData, const Identifier& propertyName, JSValue value)
126 inline bool JSVariableObject::symbolTablePutWithAttributes(JSGlobalData& globalData, const Identifier& propertyName, JSValue value, unsigned attributes)
140 inline PassOwnArrayPtr<WriteBarrier<Unknown> > JSVariableObject::copyRegisterArray(JSGlobalData& globalData, WriteBarrier<Unknown>* src, size_t count, size_t callframeStarts)
ArrayPrototype.h 38 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/JavaScriptCore/API/
APIShims.h 38 APIEntryShimWithoutLock(JSGlobalData* globalData, bool registerThread)
58 JSGlobalData* m_globalData;
72 APIEntryShim(JSGlobalData* globalData, bool registerThread = true)
99 JSGlobalData* m_globalData;
OpaqueJSString.h 33 class JSGlobalData;
54 JSC::Identifier identifier(JSC::JSGlobalData*) const;
JSCallbackFunction.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
  /external/webkit/Source/WebCore/bindings/js/
JSCSSRuleListCustom.cpp 40 JSGlobalData& globalData = *Heap::heap(this)->globalData();
JSWebKitAnimationListCustom.cpp 40 JSGlobalData& globalData = *Heap::heap(this)->globalData();
DOMObjectHashTableMap.h 29 class JSGlobalData;
37 static DOMObjectHashTableMap& mapFor(JSC::JSGlobalData&);
JSNodeFilterCondition.h 35 static PassRefPtr<JSNodeFilterCondition> create(JSC::JSGlobalData& globalData, NodeFilter* owner, JSC::JSValue filter)
41 JSNodeFilterCondition(JSC::JSGlobalData&, NodeFilter* owner, JSC::JSValue filter);
JSWorkerContextBase.h 44 JSWorkerContextBase(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<WorkerContext>);
52 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaRuntimeObject.h 45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebCore/bridge/objc/
ObjCRuntimeObject.h 45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/JavaScriptCore/bytecode/
Instruction.h 70 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base)
78 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, Structure* _proto)
86 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, StructureChain* _chain)
95 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase)
100 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, Structure* firstProto)
105 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, StructureChain* firstChain)
144 Instruction(JSGlobalData& globalData, JSCell* owner, Structure* structure)
149 Instruction(JSGlobalData& globalData, JSCell* owner, StructureChain* structureChain)
154 Instruction(JSGlobalData& globalData, JSCell* owner, JSCell* jsCell)
  /external/webkit/Source/JavaScriptCore/heap/
Local.h 30 #include "JSGlobalData.h"
47 Local(JSGlobalData&, ExternalType = ExternalType());
48 Local(JSGlobalData&, Handle<T>);
59 template <typename T> inline Local<T>::Local(JSGlobalData& globalData, ExternalType value)
65 template <typename T> inline Local<T>::Local(JSGlobalData& globalData, Handle<T> other)
105 LocalStack(JSGlobalData& globalData)
136 RefPtr<JSGlobalData> m_globalData;
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.h 31 class JSGlobalData;
54 void recompileAllJSFunctions(JSGlobalData*);
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.h 31 #include "JSGlobalData.h"
44 class JSGlobalData;
80 void jitCompile(YarrPattern&, JSGlobalData*, YarrCodeBlock& jitObject);

Completed in 574 milliseconds

12 3 4 5 6 7 8 91011