Lines Matching refs:Handle
27 Handle<String> source) {
28 // Handle the processing of break.
41 Handle<Context> context = isolate->native_context();
42 Handle<JSObject> receiver(context->global_proxy());
43 Handle<SharedFunctionInfo> outer_info(context->closure()->shared(), isolate);
50 Handle<String> source,
52 // Handle the processing of break.
76 Handle<Context> context = context_builder.evaluation_context();
77 Handle<JSObject> receiver(context->global_proxy());
88 Isolate* isolate, Handle<SharedFunctionInfo> outer_info,
89 Handle<Context> context, Handle<Object> receiver, Handle<String> source,
91 Handle<JSFunction> eval_fun;
99 Handle<Object> result;
110 PrototypeIterator iter(isolate, Handle<JSGlobalProxy>::cast(result));
126 Handle<JSFunction> local_function = frame_inspector.GetFunction();
127 Handle<Context> outer_context(local_function->context());
129 outer_info_ = handle(local_function->shared());
154 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto();
155 Handle<Context> local_context =
157 Handle<StringSet> non_locals = it.GetNonLocals();
177 Handle<Context> current_context = it.CurrentContext();
184 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto();
200 Handle<ScopeInfo> scope_info(ScopeInfo::CreateForWithScope(
202 ? Handle<ScopeInfo>::null()
203 : Handle<ScopeInfo>(evaluation_context_->scope_info())));
227 Handle<JSObject> target, Handle<JSFunction> function) {
237 Handle<JSObject> arguments = Accessors::FunctionGetArguments(function);
238 Handle<String> arguments_str = isolate_->factory()->arguments_string();
245 Handle<JSObject> target, Handle<Context> local_context,
246 Handle<JSFunction> local_function, Handle<StringSet> non_locals) {
247 Handle<Object> recv = isolate_->factory()->undefined_value();
248 Handle<String> name = isolate_->factory()->this_string();
255 recv = handle(frame_->receiver(), isolate_);
512 bool DebugEvaluate::FunctionHasNoSideEffect(Handle<SharedFunctionInfo> info) {
522 Handle<BytecodeArray> bytecode_array(info->bytecode_array());