Lines Matching defs:thread
58 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate()
69 static JSAPIArrayList *CreateArrayList(JSThread *thread) in CreateArrayList()
81 static JSAPIPlainArray *CreatePlainArray(JSThread *thread) in CreatePlainArray()
95 static JSAPIDeque *CreateJSApiDeque(JSThread *thread) in CreateJSApiDeque()
106 static JSAPIHashMap *CreateHashMap(JSThread *thread) in CreateHashMap()
118 static JSAPIHashSet *CreateHashSet(JSThread *thread) in CreateHashSet()
130 static JSAPILightWeightMap *CreateLightWeightMap(JSThread *thread) in CreateLightWeightMap()
147 static JSAPILightWeightSet *CreateLightWeightSet(JSThread *thread) in CreateLightWeightSet()
162 static JSAPILinkedList *CreateLinkedList(JSThread *thread) in CreateLinkedList()
175 static JSAPIList *CreateList(JSThread *thread) in CreateList()
186 static JSHandle<JSAPIQueue> CreateQueue(JSThread *thread, int capacaty) in CreateQueue()
200 static JSHandle<JSAPIStack> CreateJSApiStack(JSThread *thread) in CreateJSApiStack()
211 static JSHandle<JSAPITreeMap> CreateTreeMap(JSThread *thread) in CreateTreeMap()