Home | History | Annotate | Download | only in src

Lines Matching refs:Script

293       Script::cast(JSValue::cast(object)->value())->column_offset());
330 Object* id = Smi::FromInt(Script::cast(JSValue::cast(object)->value())->id());
367 Object* source = Script::cast(JSValue::cast(object)->value())->name();
402 Object* source = Script::cast(JSValue::cast(object)->value())->source();
438 Smi::FromInt(Script::cast(JSValue::cast(object)->value())->line_offset());
476 Smi::FromInt(Script::cast(JSValue::cast(object)->value())->type());
514 Script::cast(JSValue::cast(object)->value())->compilation_type());
550 Handle<Script> script(
551 Script::cast(Handle<JSValue>::cast(object)->value()), isolate);
552 Script::InitLineEnds(script);
553 DCHECK(script->line_ends()->IsFixedArray());
554 Handle<FixedArray> line_ends(FixedArray::cast(script->line_ends()));
596 Object* url = Script::cast(JSValue::cast(object)->value())->source_url();
632 Script::cast(JSValue::cast(object)->value())->source_mapping_url();
666 bool is_embedder_debug_script = Script::cast(JSValue::cast(object)->value())
702 Object* res = Script::cast(JSValue::cast(object)->value())->context_data();
738 Handle<Script> script(
739 Script::cast(Handle<JSValue>::cast(object)->value()), isolate);
741 if (!script->eval_from_shared()->IsUndefined()) {
743 SharedFunctionInfo::cast(script->eval_from_shared()));
744 if (eval_from_shared->script()->IsScript()) {
745 Handle<Script> eval_from_script(Script::cast(eval_from_shared->script()));
746 result = Script::GetWrapper(eval_from_script);
785 Handle<Script> script(
786 Script::cast(Handle<JSValue>::cast(object)->value()), isolate);
788 if (script->compilation_type() == Script::COMPILATION_TYPE_EVAL) {
790 script->eval_from_shared())->code());
793 script->eval_from_instructions_offset())),
831 Handle<Script> script(
832 Script::cast(Handle<JSValue>::cast(object)->value()), isolate);
835 SharedFunctionInfo::cast(script->eval_from_shared()));