HomeSort by relevance Sort by last modified time
    Searched defs:is_strong (Results 1 - 4 of 4) sorted by null

  /external/v8/src/runtime/
runtime-literals.cc 19 bool is_strong, bool* is_result_from_cache) {
33 context, number_of_properties, is_strong, is_result_from_cache);
38 Handle<FixedArray> constant_properties, bool is_strong);
44 bool has_function_literal, bool is_strong) {
53 ? Handle<Map>(is_strong
56 : ComputeObjectLiteralMap(context, constant_properties, is_strong,
88 CreateLiteralBoilerplate(isolate, literals, array, is_strong),
143 Handle<FixedArray> elements, bool is_strong) {
162 Strength strength = is_strong ? Strength::STRONG : Strength::WEAK;
200 CreateLiteralBoilerplate(isolate, literals, fa, is_strong),
267 bool is_strong = (flags & ObjectLiteral::kIsStrong) != 0; local
349 bool is_strong = (flags & ArrayLiteral::kIsStrong) != 0; local
    [all...]
  /external/v8/src/
globals.h 283 inline bool is_strong(LanguageMode language_mode) { function in namespace:v8::internal
312 inline bool is_strong(Strength strength) { function in namespace:v8::internal
318 return os << (is_strong(strength) ? "strong" : "weak");
323 return is_strong(language_mode) ? Strength::STRONG : Strength::WEAK;
1029 if (is_strong(mode)) return IsClassConstructor(kind);
  /external/v8/src/profiler/
heap-snapshot-generator.cc 1765 bool is_strong = strong_index < strong_references_.length() local
    [all...]
  /external/v8/src/ast/
ast.h 1389 bool is_strong() const { return is_strong_; } function in class:v8::internal::MaterializedLiteral
    [all...]

Completed in 42 milliseconds