HomeSort by relevance Sort by last modified time
    Searched refs:GetIsolate (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/v8/src/extensions/
externalize-string-extension.cc 62 args.GetIsolate()->ThrowException(
64 args.GetIsolate(),
74 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
77 args.GetIsolate()->ThrowException(
79 args.GetIsolate(),
88 args.GetIsolate()->ThrowException(
89 v8::String::NewFromUtf8(args.GetIsolate(),
101 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate());
112 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate());
118 args.GetIsolate()->ThrowException
    [all...]
gc-extension.cc 20 args.GetIsolate()->RequestGarbageCollectionForTesting(
22 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
ignition-statistics-extension.cc 31 args.GetReturnValue().Set(reinterpret_cast<Isolate*>(args.GetIsolate())
statistics-extension.cc 62 Isolate* isolate = reinterpret_cast<Isolate*>(args.GetIsolate());
68 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
76 v8::Local<v8::Object> result = v8::Object::New(args.GetIsolate());
110 AddCounter(args.GetIsolate(), result, counter_list[i].counter,
136 AddNumber(args.GetIsolate(), result, numbers[i].number, numbers[i].name);
139 AddNumber64(args.GetIsolate(), result, heap->external_memory(),
143 HeapIterator iterator(reinterpret_cast<Isolate*>(args.GetIsolate())->heap());
161 AddNumber(args.GetIsolate(), result, reloc_info_total,
163 AddNumber(args.GetIsolate(), result, source_position_table_total,
free-buffer-extension.cc 24 Isolate* isolate = reinterpret_cast<Isolate*>(args.GetIsolate());
  /external/v8/src/inspector/
v8-function-call.cc 47 m_name(toV8String(context->GetIsolate(), name)),
55 m_arguments.push_back(toV8String(m_context->GetIsolate(), argument));
59 m_arguments.push_back(v8::Number::New(m_context->GetIsolate(), argument));
63 m_arguments.push_back(argument ? v8::True(m_context->GetIsolate())
64 : v8::False(m_context->GetIsolate()));
69 v8::TryCatch tryCatch(m_context->GetIsolate());
98 v8::MicrotasksScope microtasksScope(m_context->GetIsolate(),
v8-internal-value-type.cc 39 v8::Isolate* isolate = context->GetIsolate();
48 v8::Isolate* isolate = context->GetIsolate();
65 v8::Isolate* isolate = context->GetIsolate();
v8-injected-script-host.cc 26 toV8StringInternalized(context->GetIsolate(), name);
86 v8::Isolate* isolate = info.GetIsolate();
117 v8::Isolate* isolate = info.GetIsolate();
203 v8::Isolate* isolate = info.GetIsolate();
252 ->HasOwnProperty(info.GetIsolate()->GetCurrentContext(),
255 info.GetReturnValue().Set(v8::Boolean::New(info.GetIsolate(), result));
262 InjectedScriptNative::fromInjectedScriptHost(info.GetIsolate(),
266 v8::Local<v8::Context> context = info.GetIsolate()->GetCurrentContext();
  /external/v8/samples/
process.cc 129 Isolate* GetIsolate() { return isolate_; }
147 HandleScope scope(args.GetIsolate());
158 HandleScope handle_scope(GetIsolate());
162 Local<ObjectTemplate> global = ObjectTemplate::New(GetIsolate());
163 global->Set(String::NewFromUtf8(GetIsolate(), "log", NewStringType::kNormal)
165 FunctionTemplate::New(GetIsolate(), LogCallback));
172 v8::Local<v8::Context> context = Context::New(GetIsolate(), NULL, global);
173 context_.Reset(GetIsolate(), context);
190 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal)
205 process_.Reset(GetIsolate(), process_fun)
    [all...]
shell.cc 144 v8::HandleScope handle_scope(args.GetIsolate());
164 args.GetIsolate()->ThrowException(
165 v8::String::NewFromUtf8(args.GetIsolate(), "Bad parameters",
171 args.GetIsolate()->ThrowException(
172 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file",
177 if (!ReadFile(args.GetIsolate(), *file).ToLocal(&source)) {
178 args.GetIsolate()->ThrowException(
179 v8::String::NewFromUtf8(args.GetIsolate(), "Error loading file",
192 v8::HandleScope handle_scope(args.GetIsolate());
195 args.GetIsolate()->ThrowException
    [all...]
  /external/v8/src/
d8-posix.cc 227 ->Int32Value(args.GetIsolate()->GetCurrentContext())
230 args.GetIsolate()->ThrowException(
231 String::NewFromUtf8(args.GetIsolate(),
240 ->Int32Value(args.GetIsolate()->GetCurrentContext())
243 args.GetIsolate()->ThrowException(
244 String::NewFromUtf8(args.GetIsolate(),
460 HandleScope scope(args.GetIsolate());
467 args.GetIsolate()->ThrowException(
468 String::NewFromUtf8(args.GetIsolate(),
475 command_args = Array::New(args.GetIsolate(), 0)
    [all...]
feedback-vector.cc 264 Isolate* isolate = GetIsolate();
382 Isolate* isolate = GetIsolate();
394 Isolate* isolate = GetIsolate();
418 SetFeedback(*FeedbackVector::UninitializedSentinel(GetIsolate()),
420 SetFeedbackExtra(*FeedbackVector::UninitializedSentinel(GetIsolate()),
425 SetFeedback(*FeedbackVector::PremonomorphicSentinel(GetIsolate()),
427 SetFeedbackExtra(*FeedbackVector::UninitializedSentinel(GetIsolate()),
436 Isolate* isolate = GetIsolate();
444 Isolate* isolate = GetIsolate();
452 Isolate* isolate = GetIsolate();
    [all...]
accessors.cc 65 Isolate* isolate = name->GetIsolate();
107 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
130 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
154 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
167 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
238 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
254 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
284 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
321 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
348 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
    [all...]
objects-debug.cc 270 CHECK(name()->IsUndefined(GetIsolate()) || name()->IsString());
344 Isolate* isolate = GetIsolate();
470 CHECK(next_link()->IsUndefined(GetIsolate()) || next_link()->IsSmi() ||
499 Isolate* isolate = GetIsolate();
615 next_function_link()->IsUndefined(GetIsolate()) ||
636 CHECK(function_data()->IsUndefined(GetIsolate()) || IsApiFunction() ||
639 CHECK(function_identifier()->IsUndefined(GetIsolate()) ||
739 Isolate* isolate = GetIsolate();
757 Isolate* isolate = GetIsolate();
770 GetIsolate()->heap()->weak_new_space_object_to_code_list()
    [all...]
contexts-inl.h 38 FixedArray::get(*table, i + kFirstContextSlot, table->GetIsolate()));
62 bool Context::has_extension() { return !extension()->IsTheHole(GetIsolate()); }
73 DCHECK(IsBootstrappingOrNativeContext(this->GetIsolate(), result));
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 18 v8::HandleScope handleScope(gGlobal->getIsolate());
21 0, v8::External::New(gGlobal->getIsolate(), path));
27 global->getIsolate(), name, \
29 v8::FunctionTemplate::New(global->getIsolate(), fn))
37 v8::HandleScope handleScope(gGlobal->getIsolate());
45 gGlobal->getIsolate(), Path2DBuilder::ConstructPath);
61 gGlobal->getIsolate(), "Path2DBuilder"), constructor->GetFunction());
78 args.GetIsolate()->ThrowException(
80 args.GetIsolate(), "Error: 2 arguments required."));
91 args.GetIsolate()->ThrowException
    [all...]
DrawingMethods.cpp 53 args.GetIsolate()->ThrowException(
55 args.GetIsolate(), "Error: 1 arguments required."));
70 args.GetIsolate()->ThrowException(
72 args.GetIsolate(), "Error: 2 arguments required."));
98 args.GetIsolate()->ThrowException(
100 args.GetIsolate(), "Error: 1 argument required."));
131 drawingMethods->fGlobal->getIsolate(), canvas->imageInfo().width()));
144 drawingMethods->fGlobal->getIsolate(), canvas->imageInfo().height()));
149 fGlobal->getIsolate(), name, \
151 v8::FunctionTemplate::New(fGlobal->getIsolate(), fn)
    [all...]
  /external/pdfium/fpdfsdk/javascript/
cjs_runtime.cpp 96 GetIsolate()->Dispose();
102 v8::Isolate::Scope isolate_scope(GetIsolate());
103 v8::HandleScope handle_scope(GetIsolate());
104 v8::Local<v8::Context> context = v8::Context::New(GetIsolate());
169 v8::Isolate::Scope isolate_scope(GetIsolate());
170 v8::HandleScope handle_scope(GetIsolate());
226 v8::Isolate::Scope isolate_scope(GetIsolate());
227 v8::HandleScope handle_scope(GetIsolate());
233 GetIsolate(), name, v8::String::kNormalString, utf8Name.GetLength()));
247 v8::Isolate* pIsolate = GetIsolate();
    [all...]
JS_Object.cpp 30 m_pIsolate = pObject->GetIsolate();
JS_Object.h 48 v8::Isolate* GetIsolate() const { return m_pIsolate; }
  /external/pdfium/fxjs/
cfxjse_class.cpp 26 new CFXJSE_Value(info.GetIsolate()));
28 std::unique_ptr<CFXJSE_Value> lpRetValue(new CFXJSE_Value(info.GetIsolate()));
45 new CFXJSE_Value(info.GetIsolate()));
47 std::unique_ptr<CFXJSE_Value> lpRetValue(new CFXJSE_Value(info.GetIsolate()));
64 new CFXJSE_Value(info.GetIsolate()));
66 new CFXJSE_Value(info.GetIsolate()));
83 new CFXJSE_Value(info.GetIsolate()));
85 new CFXJSE_Value(info.GetIsolate()));
117 info.GetIsolate(), szStringVal.c_str(), v8::String::kNormalString,
123 ->ObjectProtoToString(info.GetIsolate()->GetCurrentContext()
    [all...]
  /external/v8/src/heap/
scavenger-inl.h 14 DCHECK(object->GetIsolate()->heap()->InFromSpace(object));
26 DCHECK(object->GetIsolate()->heap()->InFromSpace(*p));
  /external/v8/include/
v8-debug.h 83 virtual Isolate* GetIsolate() const = 0;
123 virtual Isolate* GetIsolate() const = 0;
  /external/v8/src/parsing/
parse-info.cc 45 : ParseInfo(shared->GetIsolate()->allocator()) {
46 isolate_ = shared->GetIsolate();
82 : ParseInfo(script->GetIsolate()->allocator()) {
83 isolate_ = script->GetIsolate();
106 Isolate* isolate = shared->GetIsolate();
  /external/v8/src/ast/
context-slot-cache.cc 52 if (StringTable::InternalizeStringIfExists(name->GetIsolate(), name)
81 if (StringTable::InternalizeStringIfExists(name->GetIsolate(), name)

Completed in 536 milliseconds

1 2 3 4 5 6 7