Lines Matching refs:global
104 return Isolate::Current()->context()->global()->GetProperty(*symbol); in GetGlobalProperty()
111 Handle<JSObject> global(Isolate::Current()->context()->global()); in SetGlobalProperty() local
112 SetProperty(global, symbol, object, NONE, kNonStrictMode); in SetGlobalProperty()
141 Handle<JSObject> global(Isolate::Current()->context()->global()); in Inc() local
142 Execution::Call(fun, global, 0, NULL, &has_pending_exception); in Inc()
162 Handle<JSObject> global(Isolate::Current()->context()->global()); in Add() local
163 Execution::Call(fun, global, 0, NULL, &has_pending_exception); in Add()
182 Handle<JSObject> global(Isolate::Current()->context()->global()); in Abs() local
183 Execution::Call(fun, global, 0, NULL, &has_pending_exception); in Abs()
203 Handle<JSObject> global(Isolate::Current()->context()->global()); in Sum() local
204 Execution::Call(fun, global, 0, NULL, &has_pending_exception); in Sum()
224 Handle<JSObject> global(Isolate::Current()->context()->global()); in TEST() local
225 Execution::Call(fun, global, 0, NULL, &has_pending_exception); in TEST()
257 Handle<JSObject> global(Isolate::Current()->context()->global()); in TEST() local
258 Execution::Call(fun, global, 0, NULL, &has_pending_exception); in TEST()
272 Handle<JSObject> global(Isolate::Current()->context()->global()); in TEST() local
273 Execution::Call(fun, global, 0, NULL, &has_pending_exception); in TEST()
297 Handle<JSObject> global(Isolate::Current()->context()->global()); in TEST() local
298 Execution::Call(fun0, global, 0, NULL, &has_pending_exception); in TEST()
302 MaybeObject* fun1_object = Isolate::Current()->context()->global()-> in TEST()
309 global, in TEST()