Searched refs:ContainsAsmModule (Results 1 – 6 of 6) sorted by relevance
135 bool ContainsAsmModule();
59 if (script->ContainsAsmModule()) return nullptr; in Serialize()
361 bool ContainsAsmModule() const; in NON_EXPORTED_BASE()
385 bool Scope::ContainsAsmModule() const { in ContainsAsmModule() function in v8::internal::Scope393 if (scope->ContainsAsmModule()) return true; in ContainsAsmModule()
485 (literal == nullptr || !literal->scope()->ContainsAsmModule())) { in MaybeResetCharacterStream()
13619 bool Script::ContainsAsmModule() { in ContainsAsmModule() function in v8::internal::Script