Lines Matching defs:pIsolate
60 v8::Local<v8::Value> NewNullHelper(v8::Isolate* pIsolate) { in NewNullHelper()
64 v8::Local<v8::Value> NewUndefinedHelper(v8::Isolate* pIsolate) { in NewUndefinedHelper()
68 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, int number) { in NewNumberHelper()
72 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, double number) { in NewNumberHelper()
76 v8::Local<v8::Number> NewNumberHelper(v8::Isolate* pIsolate, float number) { in NewNumberHelper()
80 v8::Local<v8::Boolean> NewBooleanHelper(v8::Isolate* pIsolate, bool b) { in NewBooleanHelper()
84 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
92 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper()
97 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate) { in NewArrayHelper()
101 v8::Local<v8::Array> NewArrayHelper(v8::Isolate* pIsolate, in NewArrayHelper()
112 v8::Local<v8::Object> NewObjectHelper(v8::Isolate* pIsolate) { in NewObjectHelper()
116 v8::Local<v8::Date> NewDateHelper(v8::Isolate* pIsolate, double d) { in NewDateHelper()
122 WideString ToWideString(v8::Isolate* pIsolate, v8::Local<v8::String> pValue) { in ToWideString()
128 ByteString ToByteString(v8::Isolate* pIsolate, v8::Local<v8::String> pValue) { in ToByteString()
134 int ReentrantToInt32Helper(v8::Isolate* pIsolate, v8::Local<v8::Value> pValue) { in ReentrantToInt32Helper()
141 bool ReentrantToBooleanHelper(v8::Isolate* pIsolate, in ReentrantToBooleanHelper()
149 float ReentrantToFloatHelper(v8::Isolate* pIsolate, in ReentrantToFloatHelper()
154 double ReentrantToDoubleHelper(v8::Isolate* pIsolate, in ReentrantToDoubleHelper()
162 WideString ReentrantToWideStringHelper(v8::Isolate* pIsolate, in ReentrantToWideStringHelper()
176 ByteString ReentrantToByteStringHelper(v8::Isolate* pIsolate, in ReentrantToByteStringHelper()
190 v8::Local<v8::Object> ReentrantToObjectHelper(v8::Isolate* pIsolate, in ReentrantToObjectHelper()
200 v8::Local<v8::Array> ReentrantToArrayHelper(v8::Isolate* pIsolate, in ReentrantToArrayHelper()
211 v8::Isolate* pIsolate, in ReentrantGetObjectPropertyHelper()
228 v8::Isolate* pIsolate, in ReentrantGetObjectPropertyNamesHelper()
247 bool ReentrantHasObjectOwnPropertyHelper(v8::Isolate* pIsolate, in ReentrantHasObjectOwnPropertyHelper()
260 bool ReentrantSetObjectOwnPropertyHelper(v8::Isolate* pIsolate, in ReentrantSetObjectOwnPropertyHelper()
273 bool ReentrantPutObjectPropertyHelper(v8::Isolate* pIsolate, in ReentrantPutObjectPropertyHelper()
286 void ReentrantDeleteObjectPropertyHelper(v8::Isolate* pIsolate, in ReentrantDeleteObjectPropertyHelper()
295 bool ReentrantPutArrayElementHelper(v8::Isolate* pIsolate, in ReentrantPutArrayElementHelper()
309 v8::Local<v8::Value> ReentrantGetArrayElementHelper(v8::Isolate* pIsolate, in ReentrantGetArrayElementHelper()
332 void ThrowExceptionHelper(v8::Isolate* pIsolate, ByteStringView str) { in ThrowExceptionHelper()
336 void ThrowExceptionHelper(v8::Isolate* pIsolate, WideStringView str) { in ThrowExceptionHelper()