Home
last modified time | relevance | path

Searched refs:raw_source (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/heap/
Dtest-heap.cc1534 const char* raw_source = in TEST() local
1541 Handle<String> source = factory->InternalizeUtf8String(raw_source); in TEST()
1546 CompileRun(raw_source); in TEST()
1559 CompileRun(raw_source); in TEST()
1602 CompileRun(raw_source); in TEST()
1619 CompileRun(raw_source); in TEST()
/external/v8/src/
Dobjects.cc10734 Handle<FixedArray> raw_source = Handle<FixedArray>::cast(initialize_from); in Allocate() local
10737 while (index < raw_source->length()) { in Allocate()
10738 result->set(index, raw_source->get(index)); in Allocate()