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

  /external/v8/src/
bootstrapper.cc 285 Handle<JSFunction> throw_type_error_function; member in class:BASE_EMBEDDED
576 if (throw_type_error_function.is_null()) {
578 throw_type_error_function =
582 throw_type_error_function->set_map(
584 throw_type_error_function->set_code(*code);
585 throw_type_error_function->shared()->set_code(*code);
586 throw_type_error_function->shared()->DontAdaptArguments();
588 JSObject::PreventExtensions(throw_type_error_function);
590 return throw_type_error_function;
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 302 Handle<JSFunction> throw_type_error_function; member in class:BASE_EMBEDDED
583 if (throw_type_error_function.is_null()) {
586 throw_type_error_function =
590 throw_type_error_function->set_map(
592 throw_type_error_function->set_code(*code);
593 throw_type_error_function->shared()->set_code(*code);
594 throw_type_error_function->shared()->DontAdaptArguments();
596 JSObject::PreventExtensions(throw_type_error_function);
598 return throw_type_error_function;
    [all...]

Completed in 65 milliseconds