Home | History | Annotate | Download | only in src

Lines Matching defs:cast

462     return Smi::cast(ends_array_->get(index))->value() + 1;
631 Handle<JSValue>::cast(FACTORY->NewJSObject(constructor));
647 static S cast(Object* object) {
648 JSArray* array = JSArray::cast(object);
672 return Smi::cast(res)->value();
717 JSValue::cast(this->GetField(kCodeOffset_))));
718 return Handle<Code>::cast(raw_result);
722 JSValue::cast(this->GetField(kCodeScopeInfoOffset_))));
773 Handle<JSValue> value_wrapper(JSValue::cast(element));
775 return Handle<SharedFunctionInfo>::cast(raw_result);
811 FunctionInfoWrapper::cast(
820 FunctionInfoWrapper::cast(
832 FunctionInfoWrapper::cast(
911 int len = Smi::cast(array->length())->value();
914 SharedFunctionInfo::cast(array->GetElementNoExceptionThrown(i)));
916 Handle<String> name_handle(String::cast(info->name()));
1025 DeoptimizationInputData::cast(function->code()->deoptimization_data());
1033 JSFunction* inlined = JSFunction::cast(literals->get(i));
1094 shared_info->set_scope_info(ScopeInfo::cast(*code_scope_info));
1099 Handle<DebugInfo> debug_info(DebugInfo::cast(shared_info->debug_info()));
1142 Handle<SharedFunctionInfo>::cast(UnwrapJSValue(function_wrapper));
1161 int array_len = Smi::cast(position_change_array->length())->value();
1165 int chunk_start = Smi::cast(element)->value();
1170 int chunk_end = Smi::cast(element)->value();
1174 int chunk_changed_end = Smi::cast(element)->value();
1343 Handle<String> original_source(String::cast(original->source()));
1368 old_script->set_name(String::cast(*old_script_name));
1392 Handle<SharedFunctionInfo>::cast(UnwrapJSValue(parent_function_wrapper));
1394 Handle<SharedFunctionInfo>::cast(UnwrapJSValue(orig_function_wrapper));
1396 Handle<SharedFunctionInfo>::cast(UnwrapJSValue(subst_function_wrapper));
1417 JSFunction::cast(JavaScriptFrame::cast(frame)->function()));
1419 int len = Smi::cast(shared_info_array->length())->value();
1422 JSValue::cast(shared_info_array->GetElementNoExceptionThrown(i));
1424 SharedFunctionInfo::cast(wrapper->value()));
1549 int array_len = Smi::cast(shared_info_array->length())->value();
1675 int len = Smi::cast(shared_info_array->length())->value();