HomeSort by relevance Sort by last modified time
    Searched refs:kWorkerMaxStackSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
WorkerContextExecutionProxy.h 85 static const int kWorkerMaxStackSize = 500 * 1024;
WorkerContextExecutionProxy.cpp 124 resource_constraints.set_stack_limit(&here - kWorkerMaxStackSize / sizeof(uint32_t*));

Completed in 83 milliseconds