Home | History | Annotate | Download | only in src

Lines Matching refs:CompileTimeValue

3856 bool CompileTimeValue::IsCompileTimeValue(Expression* expression) {
3863 bool CompileTimeValue::ArrayLiteralElementNeedsInitialization(
3870 if (CompileTimeValue::IsCompileTimeValue(value)) return false;
3875 Handle<FixedArray> CompileTimeValue::GetValue(Expression* expression) {
3897 CompileTimeValue::Type CompileTimeValue::GetType(Handle<FixedArray> value) {
3903 Handle<FixedArray> CompileTimeValue::GetElements(Handle<FixedArray> value) {
3912 if (CompileTimeValue::IsCompileTimeValue(expression)) {
3913 return CompileTimeValue::GetValue(expression);