Lines Matching defs:pIsolate

59 v8::Local<v8::Value> NewNullHelper(v8::Isolate* pIsolate) {  in NewNullHelper()
63 v8::Local<v8::Value> NewUndefinedHelper(v8::Isolate* pIsolate) { in NewUndefinedHelper()
67 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, int number) { in NewNumberHelper()
71 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, double number) { in NewNumberHelper()
75 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, float number) { in NewNumberHelper()
79 v8::Local<v8::Boolean> NewBooleanHelper(v8::Isolate* pIsolate, bool b) { in NewBooleanHelper()
83 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
91 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
96 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate) { in NewArrayHelper()
100 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate, in NewArrayHelper()
111 v8::Local<v8::Object> NewObjectHelper(v8::Isolate* pIsolate) { in NewObjectHelper()
115 v8::Local<v8::Date> NewDateHelper(v8::Isolate* pIsolate, double d) { in NewDateHelper()
121 WideString ToWideString(v8::Isolate* pIsolate, v8::Local<v8::String> pValue) { in ToWideString()
126 ByteString ToByteString(v8::Isolate* pIsolate, v8::Local<v8::String> pValue) { in ToByteString()
131 int ReentrantToInt32Helper(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) { in ReentrantToInt32Helper()
138 bool ReentrantToBooleanHelper(v8::Isolate* pIsolate, in ReentrantToBooleanHelper()
146 float ReentrantToFloatHelper(v8::Isolate* pIsolate, in ReentrantToFloatHelper()
151 double ReentrantToDoubleHelper(v8::Isolate* pIsolate, in ReentrantToDoubleHelper()
159 WideString ReentrantToWideStringHelper(v8::Isolate* pIsolate, in ReentrantToWideStringHelper()
173 ByteString ReentrantToByteStringHelper(v8::Isolate* pIsolate, in ReentrantToByteStringHelper()
187 v8::Local<v8::Object> ReentrantToObjectHelper(v8::Isolate* pIsolate, in ReentrantToObjectHelper()
197 v8::Local<v8::Array> ReentrantToArrayHelper(v8::Isolate* pIsolate, in ReentrantToArrayHelper()
208 v8::Isolate* pIsolate, in ReentrantGetObjectPropertyHelper()
225 v8::Isolate* pIsolate, in ReentrantGetObjectPropertyNamesHelper()
244 bool ReentrantHasObjectOwnPropertyHelper(v8::Isolate* pIsolate, in ReentrantHasObjectOwnPropertyHelper()
257 bool ReentrantSetObjectOwnPropertyHelper(v8::Isolate* pIsolate, in ReentrantSetObjectOwnPropertyHelper()
270 bool ReentrantPutObjectPropertyHelper(v8::Isolate* pIsolate, in ReentrantPutObjectPropertyHelper()
283 void ReentrantDeleteObjectPropertyHelper(v8::Isolate* pIsolate, in ReentrantDeleteObjectPropertyHelper()
292 bool ReentrantPutArrayElementHelper(v8::Isolate* pIsolate, in ReentrantPutArrayElementHelper()
306 v8::Local<v8::Value> ReentrantGetArrayElementHelper(v8::Isolate* pIsolate, in ReentrantGetArrayElementHelper()
329 void ThrowExceptionHelper(v8::Isolate* pIsolate, ByteStringView str) { in ThrowExceptionHelper()
333 void ThrowExceptionHelper(v8::Isolate* pIsolate, WideStringView str) { in ThrowExceptionHelper()