Home | History | Annotate | Download | only in src

Lines Matching refs:script

304       Script::cast(JSValue::cast(object)->value())->column_offset());
330 Object* id = Smi::FromInt(Script::cast(JSValue::cast(object)->value())->id());
355 Object* source = Script::cast(JSValue::cast(object)->value())->name();
379 Object* source = Script::cast(JSValue::cast(object)->value())->source();
404 Smi::FromInt(Script::cast(JSValue::cast(object)->value())->line_offset());
431 Smi::FromInt(Script::cast(JSValue::cast(object)->value())->type());
457 Script::cast(JSValue::cast(object)->value())->compilation_type());
483 Object* url = Script::cast(JSValue::cast(object)->value())->source_url();
508 Script::cast(JSValue::cast(object)->value())->source_mapping_url();
531 bool is_embedder_debug_script = Script::cast(JSValue::cast(object)->value())
560 Object* res = Script::cast(JSValue::cast(object)->value())->context_data();
585 Handle<Script> script(
586 Script::cast(Handle<JSValue>::cast(object)->value()), isolate);
588 if (!script->eval_from_shared()->IsUndefined(isolate)) {
590 SharedFunctionInfo::cast(script->eval_from_shared()));
591 if (eval_from_shared->script()->IsScript()) {
592 Handle<Script> eval_from_script(Script::cast(eval_from_shared->script()));
593 result = Script::GetWrapper(eval_from_script);
621 Handle<Script> script(
622 Script::cast(Handle<JSValue>::cast(object)->value()), isolate);
624 if (script->compilation_type() == Script::COMPILATION_TYPE_EVAL) {
625 result = Handle<Object>(Smi::FromInt(script->GetEvalPosition()), isolate);
651 Handle<Script> script(
652 Script::cast(Handle<JSValue>::cast(object)->value()), isolate);
654 if (!script->eval_from_shared()->IsUndefined(isolate)) {
656 SharedFunctionInfo::cast(script->eval_from_shared()));